245feef
From: Luigi Baldoni <aloisio@gmx.com>
245feef
Date: 2018-12-01 15:40:43 +0200
245feef
Subject: Do not build native plugins
245feef
245feef
Native plugins are problematic to package on account of being
245feef
binaries being looked for into datadir. Will have to create
245feef
a better patch that looks for them inside libdir, but for now
245feef
I'm simply disabling them.
245feef
245feef
Furthermore, according to upstream, they aren't particularly useful.
245feef
245feef
--- ./src/Makefile.am.orig	2019-03-13 01:37:07.324482462 +0000
245feef
+++ ./src/Makefile.am	2019-03-13 01:50:45.348216962 +0000
245feef
@@ -22,4 +22,4 @@ endif
245feef
 # for compatibility reasons here as nobase_include
245feef
 nobase_include_HEADERS = libprojectM/projectM.hpp libprojectM/Common.hpp libprojectM/dlldefs.h libprojectM/event.h libprojectM/fatal.h libprojectM/PCM.hpp
245feef
 
245feef
-SUBDIRS = libprojectM NativePresets ${PROJECTM_SDL_SUBDIR} ${PROJECTM_QT_SUBDIR} ${PROJECTM_EMSCRIPTEN_SUBDIR} ${PROJECTM_JACK_SUBDIR} ${PROJECTM_PULSEAUDIO_SUBDIR}
245feef
+SUBDIRS = libprojectM ${PROJECTM_SDL_SUBDIR} ${PROJECTM_QT_SUBDIR} ${PROJECTM_EMSCRIPTEN_SUBDIR} ${PROJECTM_JACK_SUBDIR} ${PROJECTM_PULSEAUDIO_SUBDIR}