From 0601ae82d8373dede75590ad670e417e29f1cff7 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 15 Apr 2008 14:31:06 +0000 Subject: dont build dvdplugin when dreamdvd lib ist not available --- lib/python/Plugins/Extensions/DVDPlayer/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python') diff --git a/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am index ed474154..b7127c7a 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am +++ b/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am @@ -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 -- cgit v1.2.3