mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
qt: don't error out if Qt X11 could not be found
PCK_CHECK_MODULES default error-if-not-found implementation errors so override it with a simple notice that we couldn't find the library.
This commit is contained in:
parent
769fffa3d9
commit
35f468c0f0
1 changed files with 1 additions and 1 deletions
|
@ -2619,7 +2619,7 @@ AG_GST_CHECK_FEATURE(QT, [Qt elements], qt, [
|
||||||
QT_LIBS="$QT_LIBS $QT_X11_LIBS"
|
QT_LIBS="$QT_LIBS $QT_X11_LIBS"
|
||||||
AC_SUBST([QT_CFLAGS])
|
AC_SUBST([QT_CFLAGS])
|
||||||
AC_SUBST([QT_LIBS])
|
AC_SUBST([QT_LIBS])
|
||||||
], [])
|
], [AC_MSG_NOTICE([Could not find Qt X11 integration])])
|
||||||
fi
|
fi
|
||||||
], [
|
], [
|
||||||
HAVE_QT="no"
|
HAVE_QT="no"
|
||||||
|
|
Loading…
Reference in a new issue