mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
configure.ac: Fix Qt Android integration
The Qt Android integration is now signalled with HAVE_QT_ANDROID See: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/merge_requests/86
This commit is contained in:
parent
aaa7c60b52
commit
eddaf49510
1 changed files with 2 additions and 2 deletions
|
@ -925,8 +925,8 @@ AG_GST_CHECK_FEATURE(QT, [Qt elements], qt, [
|
|||
QT_LIBS="$QT_LIBS $GNUSTL_LIBS"
|
||||
], [
|
||||
AC_MSG_NOTICE([Could not find Standard C++ library])])
|
||||
AC_DEFINE([HAVE_QT_EGLFS], [],
|
||||
[Define if Qt eglfs integration is installed])
|
||||
AC_DEFINE([HAVE_QT_ANDROID], [],
|
||||
[Define if Qt Android integration is installed])
|
||||
QT_CFLAGS="$QT_CFLAGS $QT_ANDROID_CFLAGS"
|
||||
QT_LIBS="$QT_LIBS $QT_ANDROID_LIBS"
|
||||
HAVE_QT_WINDOWING="yes"
|
||||
|
|
Loading…
Reference in a new issue