Commit 0d5ded86 authored by Daniel Laird's avatar Daniel Laird
Browse files

package/multimedia/gstreamer


package/multimedia/gst-plugins-*: I do not want docs installed in rootfs.

Stop it installing the docs in the ROOTFS by using the same fix
as has been applied to cairo.

Signed-off-by: default avatarDaniel Laird <daniel.j.laird@nxp.com>
parent caf9ed7b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@ GST_PLUGINS_BASE_CONF_OPT = \
		--disable-xshm \
		--disable-oggtest \
		--disable-vorbistest \
		--disable-freetypetest
		--disable-freetypetest \
		--disable-gtk-doc \
		--without-html-dir

GST_PLUGINS_BASE_DEPENDENCIES = gstreamer liboil

+3 −1
Original line number Diff line number Diff line
@@ -22,7 +22,9 @@ GST_PLUGINS_GOOD_CONF_OPT = \
		--disable-aalibtest \
		--disable-esdtest \
		--disable-shout2 \
		--disable-shout2test
		--disable-shout2test \
		--disable-gtk-doc \
		--without-html-dir

GST_PLUGINS_GOOD_DEPENDENCIES = gstreamer gst-plugins-base

+3 −1
Original line number Diff line number Diff line
@@ -9,7 +9,9 @@ GST_PLUGINS_UGLY_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-ugly

GST_PLUGINS_UGLY_CONF_OPT = \
		$(DISABLE_NLS) \
		--disable-examples
		--disable-examples \
		--disable-gtk-doc \
		--without-html-dir

GST_PLUGINS_UGLY_DEPENDENCIES = gstreamer gst-plugins-base

+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ GSTREAMER_CONF_OPT = \
		--disable-examples \
		--disable-tests \
		--disable-failing-tests
		--disable-gtk-doc \
		--without-html-dir

GSTREAMER_DEPENDENCIES = libglib2 libxml2 pkgconfig