mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
meson: Build qt plugin in C++11 mode explicitly
This works implicitly most of the time, but we need to set it explicitly for building with Android.
This commit is contained in:
parent
443c16e1e3
commit
e40072630c
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ if have_cxx and build_gstgl
|
||||||
link_args : noseh_link_args,
|
link_args : noseh_link_args,
|
||||||
include_directories: [configinc, libsinc],
|
include_directories: [configinc, libsinc],
|
||||||
dependencies : [glib_deps, gst_dep, gstvideo_dep, gstgl_dep, qt5qml_dep, optional_deps],
|
dependencies : [glib_deps, gst_dep, gstvideo_dep, gstgl_dep, qt5qml_dep, optional_deps],
|
||||||
|
override_options : ['cpp_std=c++11'],
|
||||||
install: true,
|
install: true,
|
||||||
install_dir : plugins_install_dir)
|
install_dir : plugins_install_dir)
|
||||||
pkgconfig.generate(gstqmlgl, install_dir : plugins_pkgconfig_install_dir)
|
pkgconfig.generate(gstqmlgl, install_dir : plugins_pkgconfig_install_dir)
|
||||||
|
|
Loading…
Reference in a new issue