summaryrefslogtreecommitdiffstats
path: root/rules/gstreamer1.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-06-02 16:14:37 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-05 12:34:14 +0200
commit599492d6967d7019ba00a45b74911408815622c1 (patch)
tree763f73af78bd906ceb6d7f6b2aa01da07eccb160 /rules/gstreamer1.make
parent79980c904e12aebbd62e7c2017e1630587812d85 (diff)
downloadptxdist-599492d6967d7019ba00a45b74911408815622c1.tar.gz
ptxdist-599492d6967d7019ba00a45b74911408815622c1.tar.xz
gst*1: cleanup common options
Don't use the shared options for gstreamer-0.10 and use them for more packages. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gstreamer1.make')
-rw-r--r--rules/gstreamer1.make33
1 files changed, 20 insertions, 13 deletions
diff --git a/rules/gstreamer1.make b/rules/gstreamer1.make
index 76e1c2d39..d151f1ea0 100644
--- a/rules/gstreamer1.make
+++ b/rules/gstreamer1.make
@@ -33,31 +33,37 @@ GSTREAMER1_LICENSE := LGPL-2.1+
#
# autoconf
#
-GSTREAMER1_GENERIC_CONF_OPT = \
+GSTREAMER1_BASIC_CONF_OPT = \
--runstatedir=/run \
- --disable-nls \
- --disable-rpath \
+ \
--disable-fatal-warnings \
--disable-extra-check \
\
--disable-debug \
- --disable-profiling \
- --disable-valgrind \
- --disable-gcov \
- --disable-examples \
- --disable-static-plugins \
- \
- $(GLOBAL_LARGE_FILE_OPTION) \
- --$(call ptx/endis, PTXCONF_GSTREAMER1_INTROSPECTION)-introspection \
\
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
--disable-gobject-cast-checks \
- --disable-glib-asserts \
+ --disable-glib-asserts
+
+GSTREAMER1_GENERIC_CONF_OPT = \
+ $(GSTREAMER1_BASIC_CONF_OPT) \
+ \
+ --disable-nls \
+ --disable-rpath \
+ \
+ --disable-profiling \
+ --disable-valgrind \
+ --disable-gcov \
+ --disable-examples \
+ \
+ --enable-Bsymbolic \
+ --disable-static-plugins \
\
--without-libiconv-prefix \
--without-libintl-prefix \
+ --with-package-origin="PTXdist"
GSTREAMER1_CONF_TOOL := autoconf
GSTREAMER1_CONF_OPT := \
@@ -77,11 +83,12 @@ GSTREAMER1_CONF_OPT := \
--disable-benchmarks \
--$(call ptx/endis,PTXCONF_GSTREAMER1_INSTALL_TOOLS)-tools \
--disable-poisoning \
+ $(GLOBAL_LARGE_FILE_OPTION) \
+ --$(call ptx/endis, PTXCONF_GSTREAMER1_INTROSPECTION)-introspection \
\
--disable-docbook \
\
--disable-check \
- --enable-Bsymbolic \
--with-ptp-helper-setuid-user=nobody \
--with-ptp-helper-setuid-group=nogroup \
--with-ptp-helper-permissions=setuid-root