Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:Rings:1-MinimalX
projectM
projectM-disable_native_plugins.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File projectM-disable_native_plugins.patch of Package projectM
From: Luigi Baldoni <aloisio@gmx.com> Date: 2018-12-01 15:40:43 +0200 Subject: Do not build native plugins Native plugins are problematic to package on account of being binaries being looked for into datadir. Will have to create a better patch that looks for them inside libdir, but for now I'm simply disabling them. Furthermore, according to upstream, they aren't particularly useful. --- diff --git a/src/Makefile.am b/src/Makefile.am index 6d5e6e7..1ecbe81 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,4 +22,4 @@ # for compatibility reasons here as nobase_include nobase_include_HEADERS = libprojectM/projectM.hpp libprojectM/Common.hpp libprojectM/dlldefs.h libprojectM/event.h libprojectM/fatal.h libprojectM/PCM.hpp -SUBDIRS = libprojectM NativePresets ${PROJECTM_SDL_SUBDIR} ${PROJECTM_QT_SUBDIR} ${PROJECTM_EMSCRIPTEN_SUBDIR} ${PROJECTM_JACK_SUBDIR} ${PROJECTM_PULSEAUDIO_SUBDIR} +SUBDIRS = libprojectM ${PROJECTM_SDL_SUBDIR} ${PROJECTM_QT_SUBDIR} ${PROJECTM_EMSCRIPTEN_SUBDIR} ${PROJECTM_JACK_SUBDIR} ${PROJECTM_PULSEAUDIO_SUBDIR}
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor