mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +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=\
|
||||
xbmc/visualizations/OpenGLSpectrum \
|
||||
@@ -323,8 +325,10 @@
|
||||
endif
|
||||
$(MAKE) -C xbmc/pvrclients/tvheadend
|
||||
screensavers: exports
|
||||
ifneq (arm, $(ARCH))
|
||||
+ifneq (@BUILD_RSXS@,1)
|
||||
$(MAKE) -C xbmc/screensavers/rsxs-0.9/xbmc
|
||||
endif
|
||||
+endif
|
||||
libpython: dllloader
|
||||
$(MAKE) -C xbmc/lib/libPython
|
||||
$(MAKE) -C xbmc/lib/libPython/xbmcmodule
|
||||
libaddon: exports
|
||||
$(MAKE) -C lib/addons/library.xbmc.addon
|
||||
$(MAKE) -C lib/addons/library.xbmc.gui
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user