mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
configure: add --disable-examples switch
https://bugzilla.gnome.org/show_bug.cgi?id=741678
This commit is contained in:
parent
fa4d8db7ea
commit
b6e4587afd
2 changed files with 10 additions and 2 deletions
10
Makefile.am
10
Makefile.am
|
@ -1,14 +1,20 @@
|
|||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||
|
||||
if BUILD_EXAMPLES
|
||||
SUBDIRS_EXAMPLES = examples
|
||||
else
|
||||
SUBDIRS_EXAMPLES =
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
gst \
|
||||
common \
|
||||
pkgconfig \
|
||||
docs \
|
||||
examples \
|
||||
$(SUBDIRS_EXAMPLES)
|
||||
tests
|
||||
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
DIST_SUBDIRS = gst common pkgconfig docs examples tests
|
||||
|
||||
EXTRA_DIST = \
|
||||
ChangeLog autogen.sh depcomp \
|
||||
|
|
|
@ -87,6 +87,8 @@ AG_GST_ARG_WITH_PKG_CONFIG_PATH
|
|||
AG_GST_ARG_WITH_PACKAGE_NAME
|
||||
AG_GST_ARG_WITH_PACKAGE_ORIGIN
|
||||
|
||||
AG_GST_ARG_EXAMPLES
|
||||
|
||||
AG_GST_PKG_CONFIG_PATH
|
||||
|
||||
AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO([$PACKAGE_VERSION_NANO],
|
||||
|
|
Loading…
Reference in a new issue