mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
Fix Dharma-202-let_select_RSXS-0.1.patch for Dharma-pvr
This commit is contained in:
parent
fd71f4e996
commit
f657cbac5e
@ -86,13 +86,14 @@ diff -Naur xbmc-31903/Makefile.in xbmc-31903.patch/Makefile.in
|
|||||||
VIS_DIRS=\
|
VIS_DIRS=\
|
||||||
xbmc/visualizations/OpenGLSpectrum \
|
xbmc/visualizations/OpenGLSpectrum \
|
||||||
@@ -323,8 +325,10 @@
|
@@ -323,8 +325,10 @@
|
||||||
endif
|
$(MAKE) -C xbmc/pvrclients/tvheadend
|
||||||
screensavers: exports
|
screensavers: exports
|
||||||
ifneq (arm, $(ARCH))
|
ifneq (arm, $(ARCH))
|
||||||
+ifneq (@BUILD_RSXS@,1)
|
+ifneq (@BUILD_RSXS@,1)
|
||||||
$(MAKE) -C xbmc/screensavers/rsxs-0.9/xbmc
|
$(MAKE) -C xbmc/screensavers/rsxs-0.9/xbmc
|
||||||
endif
|
endif
|
||||||
+endif
|
+endif
|
||||||
libpython: dllloader
|
libaddon: exports
|
||||||
$(MAKE) -C xbmc/lib/libPython
|
$(MAKE) -C lib/addons/library.xbmc.addon
|
||||||
$(MAKE) -C xbmc/lib/libPython/xbmcmodule
|
$(MAKE) -C lib/addons/library.xbmc.gui
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user