X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/667a16847d5d76bd5602c722528bfe543e752c25..c76dfb1262bab08dfa91c7f4fbba0010b9e94ca0:/configure.ac diff --git a/configure.ac b/configure.ac index c3bb9e55..d9c4095f 100644 --- a/configure.ac +++ b/configure.ac @@ -27,13 +27,7 @@ TUXBOX_APPS_LIB_PKGCONFIG(MAD,mad) TUXBOX_APPS_LIB_PKGCONFIG(PNG,libpng) TUXBOX_APPS_LIB_PKGCONFIG(SIGC,sigc++-1.2) TUXBOX_APPS_LIB_PKGCONFIG(DVBSI,libdvbsi++) -_TUXBOX_APPS_LIB_PKGCONFIG(GSTREAMER,gstreamer) - -if test -z "$GSTREAMER_CFLAGS" ; then - AC_MSG_WARN([could not find package GSTREAMER]); -else - AC_DEFINE_UNQUOTED([HAVE_GSTREAMER],1,[Define to 1 if you have gstreamer]) -fi +_TUXBOX_APPS_LIB_PKGCONFIG_OPTIONAL(GSTREAMER,gstreamer,HAVE_GSTREAMER) if test "$withsdl" = "yes" ; then TUXBOX_APPS_LIB_CONFIG(SDL,sdl-config) @@ -69,7 +63,6 @@ lib/python/Screens/Makefile lib/python/Plugins/Makefile lib/python/Plugins/SystemPlugins/Makefile lib/python/Plugins/SystemPlugins/SoftwareUpdate/Makefile -lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/Makefile lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile lib/python/Plugins/SystemPlugins/PositionerSetup/Makefile lib/python/Plugins/SystemPlugins/ConfigurationBackup/Makefile