X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/0601ae82d8373dede75590ad670e417e29f1cff7..90a6f5184efbee4252e015a82aecd296749bcad3:/configure.ac diff --git a/configure.ac b/configure.ac index 43485871..fd3dc63c 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) @@ -79,6 +82,7 @@ data/Makefile data/fonts/Makefile data/countries/Makefile data/defaults/Makefile +data/defaults/Dream/Makefile data/extensions/Makefile data/skin_default/Makefile data/skin_default/menu/Makefile @@ -108,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 @@ -122,18 +127,21 @@ 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 lib/python/Plugins/Extensions/PicturePlayer/data/Makefile lib/python/Plugins/Extensions/GraphMultiEPG/Makefile lib/python/Plugins/Extensions/SocketMMI/Makefile +lib/python/Plugins/Extensions/SocketMMI/src/Makefile lib/python/Tools/Makefile lib/service/Makefile lib/components/Makefile po/Makefile main/Makefile tools/Makefile +enigma2.pc ]) #lib/python/Plugins/Extensions/SimpleRSS/Makefile