[SCM] kodi/master: Stop passing ./configure flags which are not supported anymore

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sun Jan 15 23:12:01 UTC 2017


The following commit has been merged in the master branch:
commit eabbf9a29905c0354d04695240c86827cf6ca5e9
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sat Jan 7 19:30:26 2017 +0100

    Stop passing ./configure flags which are not supported anymore

diff --git a/debian/rules b/debian/rules
index 3db6336..10bac2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,17 +50,13 @@ export DEB_CPPFLAGS_MAINT_APPEND = -D_XBMC
 # variable.
 KODI_CONFIG_OPTIONS ?= --host=$(DEB_HOST_GNU_TYPE) \
   $(GL_CONFIG_OPTIONS) \
-  --disable-vtbdecoder \
   --disable-openmax \
   --disable-tegra \
   $(DEBUG_CONFIG_OPTIONS) \
   --disable-profiling \
-  --enable-joystick \
   --enable-pulse \
-  --enable-rtmp \
   --disable-mid \
   --enable-avahi \
-  --disable-asap-codec \
   --enable-webserver \
   --enable-optical-drive \
   --enable-texturepacker \
@@ -69,7 +65,6 @@ KODI_CONFIG_OPTIONS ?= --host=$(DEB_HOST_GNU_TYPE) \
   --disable-airtunes \
   --with-ffmpeg=shared \
   --disable-dependency-tracking \
-  --disable-dvdcss \
   --disable-non-free \
   --enable-gtest \
   --with-lirc-device=/var/run/lirc/lircd \

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list