mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
configure.ac: Check for X for the nas plugin to make it possible to build it again. Fixes bug #517895.
Original commit message from CVS: * configure.ac: Check for X for the nas plugin to make it possible to build it again. Fixes bug #517895.
This commit is contained in:
parent
f65e065485
commit
ed7773728c
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* configure.ac:
|
||||
Check for X for the nas plugin to make it possible to build it
|
||||
again. Fixes bug #517895.
|
||||
|
||||
2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
|
|
|
@ -733,6 +733,7 @@ dnl *** nas ***
|
|||
translit(dnm, m, l) AM_CONDITIONAL(USE_NAS, true)
|
||||
AG_GST_CHECK_FEATURE(NAS, [nas plug-in], nassink, [
|
||||
HAVE_NAS="no"
|
||||
AG_GST_CHECK_X
|
||||
if test "x$HAVE_X" = "xyes"; then
|
||||
save_cppflags=$CFLAGS
|
||||
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
||||
|
|
Loading…
Reference in a new issue