diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2015-02-28 12:18:43 +0100 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2015-03-02 16:26:58 +0100 |
commit | 8086deecd6366b01d57010fcbe1ed51b35e8a693 (patch) | |
tree | 68b7b14dc72c39ef5d8e704021097c35ab510c8f /configure.in | |
parent | 5a7ab40485448efe5cfe6e8a86bfd08cf83f27a5 (diff) |
drop in-tree building of pvr addons
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/configure.in b/configure.in index 28e7bac9ab..977107230d 100644 --- a/configure.in +++ b/configure.in @@ -2487,16 +2487,6 @@ if test "$host_vendor" = "apple" ; then LIBS="$LIBS -L\$(abs_top_srcdir)/lib/ffmpeg/libswscale -lswscale" fi -USE_PVR_ADDONS=0 -DISABLE_PVR_ADDON_CONFIG=1 -if [[ -f "pvr-addons/Makefile.am" ]]; then - final_message="$final_message\n PVR add-ons:\t\tYes" - USE_PVR_ADDONS=1 - DISABLE_PVR_ADDON_CONFIG=0 -else - final_message="$final_message\n PVR add-ons:\t\tNo" -fi - OUTPUT_FILES="Makefile \ Makefile.include \ addons/skin.confluence/media/Makefile \ @@ -2681,7 +2671,6 @@ AC_SUBST(USE_OMXLIB) AC_SUBST(USE_ANDROID) AC_SUBST(GTEST_CONFIGURED) AC_SUBST(USE_DOXYGEN) -AC_SUBST(USE_PVR_ADDONS) AC_SUBST(UPNP_DEFINES) AC_SUBST(USE_SSE4) AC_SUBST(USE_MMAL) @@ -2878,18 +2867,6 @@ XB_CONFIG_MODULE([lib/gtest], [ --with-pthreads ], [$SKIP_CONFIG_GTEST]) -XB_CONFIG_MODULE([pvr-addons], [ - ./configure \ - --prefix="${prefix}" \ - --host=$host_alias \ - --build=$build_alias \ - --target=$target_alias \ - CC="$CC" \ - CXX="$CXX" \ - CFLAGS="$CFLAGS" \ - CXXFLAGS="$CXXFLAGS" -], [$DISABLE_PVR_ADDON_CONFIG]) - AC_OUTPUT final_message="$final_message\n prefix:\t$prefix\n$dashes" |