diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-04-15 14:31:06 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-04-15 14:31:06 +0000 |
| commit | 0601ae82d8373dede75590ad670e417e29f1cff7 (patch) | |
| tree | e2d2039f654ea6515052efe164e4a7e0370a11a7 /lib/python | |
| parent | 9ae469143c29c19ee24c0ffc9f91f4dcb252eaf3 (diff) | |
| download | enigma2-0601ae82d8373dede75590ad670e417e29f1cff7.tar.gz enigma2-0601ae82d8373dede75590ad670e417e29f1cff7.zip | |
dont build dvdplugin when dreamdvd lib ist not available
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDPlayer/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
