mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
examples should build conditionally
Original commit message from CVS: examples should build conditionally
This commit is contained in:
parent
0a8b5e07e3
commit
824499679d
2 changed files with 8 additions and 2 deletions
|
@ -10,13 +10,19 @@ else
|
|||
EXT_DIR=
|
||||
endif
|
||||
|
||||
if BUILD_EXAMPLES
|
||||
EXAMPLES_DIR=examples
|
||||
else
|
||||
EXAMPLES_DIR=
|
||||
endif
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = gstreamer-libs.pc gstreamer-play.pc
|
||||
|
||||
aclocaldir = $(datadir)/aclocal
|
||||
aclocal_DATA = gst-element-check.m4
|
||||
|
||||
SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools $(GCONF_DIR) testsuite
|
||||
SUBDIRS=gst-libs gst sys $(EXT_DIR) $(EXAMPLES_DIR) tools $(GCONF_DIR) testsuite
|
||||
|
||||
DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf testsuite
|
||||
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit f2d9b99515c73da09bfe307d273d320f79a226da
|
||||
Subproject commit c73793f7022cbc8ffd39f9c0b0587078f47c0b06
|
Loading…
Reference in a new issue