mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-27 07:24:51 +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"
|
||||
AC_SUBST([QT_CFLAGS])
|
||||
AC_SUBST([QT_LIBS])
|
||||
], [])
|
||||
], [AC_MSG_NOTICE([Could not find Qt X11 integration])])
|
||||
fi
|
||||
], [
|
||||
HAVE_QT="no"
|
||||
|
|
Loading…
Reference in a new issue