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: Daniel Laird <daniel.j.laird@nxp.com>
This commit is contained in:
Daniel Laird 2009-01-14 14:38:18 +00:00
parent caf9ed7bff
commit 0d5ded862c
4 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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