qt: Fix build for android
https://bugzilla.gnome.org/show_bug.cgi?id=756082
This commit is contained in:
parent
8d9ab6cfc2
commit
0f865b316c
@ -2811,7 +2811,7 @@ AG_GST_CHECK_FEATURE(QT, [Qt elements], qt, [
|
||||
# manually for the library one is using
|
||||
PKG_CHECK_MODULES(GNUSTL, gnustl, [
|
||||
QT_CFLAGS="$QT_CFLAGS $GNUSTL_CFLAGS"
|
||||
QT_LIBS="$QT_CFLAGS $GNUSTL_LIBS"
|
||||
QT_LIBS="$QT_LIBS $GNUSTL_LIBS"
|
||||
], [
|
||||
AC_MSG_NOTICE([Could not find Standard C++ library])])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user