Commit 6b00041b authored by Thomas Lundquist's avatar Thomas Lundquist
Browse files

Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.

parent fa2273f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -249,6 +249,8 @@ $(BUILD_DIR)/%/.stamp_configured:
		--exec-prefix=/usr \
		--sysconfdir=/etc \
		$(DISABLE_DOCUMENTATION) \
		$(DISABLE_NLS) \
		$(DISABLE_LARGEFILE) \
		$(QUIET) $($(PKG)_CONF_OPT)
	$(Q)touch $@

+0 −1
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@ LIBGTK2_CONF_OPT = --enable-shared \
		--disable-glibtest \
		--enable-explicit-deps=no \
		--disable-debug \
		--without-html-dir \
		$(DISABLE_LARGEFILE) \
		$(LIBGTK2_CONF_OPT_X)  \
		$(LIBGTK2_CONF_OPT_DFB)
+1 −3
Original line number Diff line number Diff line
@@ -17,9 +17,7 @@ GST_PLUGINS_BASE_CONF_OPT = \
		--disable-xshm \
		--disable-oggtest \
		--disable-vorbistest \
		--disable-freetypetest \
		--disable-gtk-doc \
		--without-html-dir
		--disable-freetypetest

GST_PLUGINS_BASE_DEPENDENCIES = gstreamer liboil

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

GST_PLUGINS_GOOD_DEPENDENCIES = gstreamer gst-plugins-base

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

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

GST_PLUGINS_UGLY_DEPENDENCIES = gstreamer gst-plugins-base

Loading