Browse Source

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>

Daniel Laird 16 years ago
parent
commit
0d5ded862c

+ 3 - 1
package/multimedia/gst-plugins-base/gst-plugins-base.mk

@@ -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
package/multimedia/gst-plugins-good/gst-plugins-good.mk

@@ -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
package/multimedia/gst-plugins-ugly/gst-plugins-ugly.mk

@@ -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
package/multimedia/gstreamer/gstreamer.mk

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