Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.
This commit is contained in:
parent
fa2273f409
commit
6b00041b87
@ -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 $@
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -23,9 +23,7 @@ GSTREAMER_CONF_OPT = \
|
||||
$(DISABLE_LARGEFILE) \
|
||||
--disable-examples \
|
||||
--disable-tests \
|
||||
--disable-failing-tests \
|
||||
--disable-gtk-doc \
|
||||
--without-html-dir
|
||||
--disable-failing-tests
|
||||
|
||||
GSTREAMER_DEPENDENCIES = libglib2 libxml2 pkgconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user