X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=configure.ac;h=9d8478ab8a4e0e3860162977d9bc6a821bf12673;hb=cdb99d1b59657be0c907836e1a2110939a00e257;hp=fb9860c7b07db3153bab54150e722224da9428ea;hpb=5b5fab0065f7b922b03b66d5b40e680a1960d1ca;p=vuplus_dvbapp diff --git a/configure.ac b/configure.ac index fb9860c..9d8478a 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