mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests/Makefile.am: Don't try to build tests in tests/icles if we don't have X (#323852)
Original commit message from CVS: Patch by: Michal Benes <michal dot benes at xeris dot cz> * tests/Makefile.am: Don't try to build tests in tests/icles if we don't have X (#323852)
This commit is contained in:
parent
7a683ff848
commit
1ea1600a5a
2 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: Michal Benes <michal dot benes at xeris dot cz>
|
||||
|
||||
* tests/Makefile.am:
|
||||
Don't try to build tests in tests/icles if we
|
||||
don't have X (#323852)
|
||||
|
||||
2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst-libs/gst/tag/gstid3tag.c:
|
||||
|
|
|
@ -10,10 +10,16 @@ else
|
|||
SUBDIRS_CHECK =
|
||||
endif
|
||||
|
||||
if USE_X
|
||||
SUBDIRS_ICLES = icles
|
||||
else
|
||||
SUBDIRS_ICLES =
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
$(SUBDIRS_CHECK) \
|
||||
$(SUBDIRS_EXAMPLES) \
|
||||
icles
|
||||
$(SUBDIRS_ICLES)
|
||||
|
||||
DIST_SUBDIRS = \
|
||||
check \
|
||||
|
|
Loading…
Reference in a new issue