dont build dvdplugin when dreamdvd lib ist not available
[vuplus_dvbapp] / lib / python / Plugins / Extensions / DVDPlayer / Makefile.am
index ed47415..b7127c7 100644 (file)
@@ -1,3 +1,4 @@
+if HAVE_DDVDLIB
 SUBDIRS = src
 
 installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/DVDPlayer
@@ -7,3 +8,4 @@ install_PYTHON = \
        plugin.py \
        keymap.xml \
        LICENSE
+endif