configure.ac: Fix Qt Android integration
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 22 Jan 2019 06:15:49 +0000 (11:45 +0530)
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>
Mon, 28 Jan 2019 10:50:16 +0000 (10:50 +0000)
The Qt Android integration is now signalled with HAVE_QT_ANDROID

See: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/merge_requests/86

configure.ac

index 6ffaa80..5e4cff1 100644 (file)
@@ -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"