X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=configure.ac;h=fd3dc63c0fa3a898f9d61b0026afbd8a0e2cdbdc;hb=c12d79d0320d6d16180b02ce1917b14b63f5278e;hp=156f34ec28c78f8b34a6cf8eaaa64118bd3c72b1;hpb=04ddd458458ad1087173c5a1854677288d47c453;p=vuplus_dvbapp diff --git a/configure.ac b/configure.ac index 156f34e..fd3dc63 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,10 @@ TUXBOX_APPS_LIB_PKGCONFIG(XML2,libxml-2.0) # ok, we are in trouble: XMLCCWRAP only defines C++ symbols. So let's just check if linking works, # and assume everything will be ok. Then just check for the "exit" symbol, which should be always there. +AC_LANG_SAVE +AC_LANG_CPLUSPLUS TUXBOX_APPS_LIB_SYMBOL(XMLCCWRAP, xmlccwrap, exit) +AC_LANG_RESTORE if test "$withsdl" = "yes" ; then _TUXBOX_APPS_LIB_PKGCONFIG_OPTIONAL(SDL,sdl,WITH_SDL) @@ -109,6 +112,7 @@ lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile lib/python/Plugins/SystemPlugins/PositionerSetup/Makefile lib/python/Plugins/SystemPlugins/Hotplug/Makefile lib/python/Plugins/SystemPlugins/ConfigurationBackup/Makefile +lib/python/Plugins/SystemPlugins/DefaultServicesScanner/Makefile lib/python/Plugins/SystemPlugins/Satfinder/Makefile lib/python/Plugins/SystemPlugins/SkinSelector/Makefile lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/Makefile @@ -123,6 +127,7 @@ lib/python/Plugins/Extensions/FileManager/Makefile lib/python/Plugins/Extensions/CutListEditor/Makefile lib/python/Plugins/Extensions/MediaScanner/Makefile lib/python/Plugins/Extensions/MediaPlayer/Makefile +lib/python/Plugins/Extensions/DVDBurn/Makefile lib/python/Plugins/Extensions/DVDPlayer/Makefile lib/python/Plugins/Extensions/DVDPlayer/src/Makefile lib/python/Plugins/Extensions/PicturePlayer/Makefile