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:
parent
caf9ed7bff
commit
0d5ded862c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user