mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-02 14:20:06 +00:00
qmlgl: meson: fix theoretical support for building for android
The android code path is slightly different than the EGLFS one, so I added previously a HAVE_QT_ANDROID define for use with qmake. Here I also add it in meson, although I expect nobody will ever use meson to build this, as it's complicated.
This commit is contained in:
parent
eab642b1c3
commit
f09807fc3d
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ if have_cxx and build_gstgl
|
|||
qt5androidextras = dependency('qt5', modules : ['AndroidExtras'], required : false)
|
||||
if qt5androidextras.found()
|
||||
optional_deps += qt5androidextras
|
||||
# also uses the HAVE_QT_EGLFS define below
|
||||
qt_defines += ['-DHAVE_QT_ANDROID']
|
||||
have_qt_windowing = true
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue