X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/05c4f150e0973080ef3a9bd531cae650c7d10394..2a1b3e92f806c2e2abb85d1cc6f71c187ca7d0c3:/configure.ac diff --git a/configure.ac b/configure.ac index 0df9eb1d..5838c3fd 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,12 @@ AC_CHECK_LIB(ungif, DGifOpenFileName, HAVE_LIBUNGIF="yes", HAVE_LIBUNGIF="no") LIBUNGIF_LIBS="-lungif" AC_SUBST(LIBUNGIF_LIBS) +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. +TUXBOX_APPS_LIB_SYMBOL(XMLCCWRAP, xmlccwrap, exit) + if test "$withsdl" = "yes" ; then TUXBOX_APPS_LIB_CONFIG(SDL,sdl-config) AC_DEFINE_UNQUOTED([WITH_SDL],[$withsdl],[With SDL]) @@ -66,6 +72,7 @@ lib/dvb/Makefile lib/dvb_ci/Makefile lib/gdi/Makefile lib/gui/Makefile +lib/mmi/Makefile lib/nav/Makefile lib/python/Makefile lib/python/Components/Makefile @@ -94,10 +101,10 @@ lib/python/Plugins/Extensions/MediaPlayer/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/Tools/Makefile lib/service/Makefile lib/components/Makefile -lib/xml/Makefile po/Makefile main/Makefile tools/Makefile