mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
configure: build ximagesrc again when checks succeed
Third time lucky, hopefully.
This commit is contained in:
parent
eefa8c366e
commit
e6e9ee08a1
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_X, true)
|
|||
AG_GST_CHECK_FEATURE(X, [X libraries and plugins],
|
||||
[ximagesrc], [
|
||||
PKG_CHECK_MODULES([X], [x11], [
|
||||
HAVE_X="yes"
|
||||
dnl check for Xfixes
|
||||
PKG_CHECK_MODULES([XFIXES], [ xfixes ], [
|
||||
AC_DEFINE(HAVE_XFIXES, 1, [Defined if Xfixes is available])
|
||||
|
|
Loading…
Reference in a new issue