This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: configure.ac: Improve output about Qt optional features Author: Mauro Carvalho Chehab <[email protected]> Date: Sat Feb 27 16:37:21 2016 -0300 Show if QtGL was detected or not. Signed-off-by: Mauro Carvalho Chehab <[email protected]> configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=cf5fa76fa40741150ffa9215212a817e85e6b657 diff --git a/configure.ac b/configure.ac index 4d75dbeb18ce..f30d66d1047b 100644 --- a/configure.ac +++ b/configure.ac @@ -207,8 +207,9 @@ if test "x$qt_pkgconfig" = "xtrue"; then AC_SUBST(QT_CFLAGS) AC_SUBST(QT_LIBS) AC_DEFINE([HAVE_QTGL], [1], [qt has opengl support]) - QT_VERSION="v5" + QT_VERSION="v5 with QtGL" else + QT_VERSION="v5" AC_MSG_WARN(Qt5 OpenGL is not available) fi else @@ -226,8 +227,9 @@ else PKG_CHECK_MODULES(QTGL, [QtOpenGL >= 4.8 gl], [qt_pkgconfig_gl=true], [qt_pkgconfig_gl=false]) if test "x$qt_pkgconfig_gl" = "xtrue"; then AC_DEFINE([HAVE_QTGL], [1], [qt has opengl support]) - QT_VERSION="v4" + QT_VERSION="v4 with QtGL" else + QT_VERSION="v4" AC_MSG_WARN(Qt4 OpenGL is not available) fi else _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
