mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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,
|
||||
include_directories: [configinc, libsinc],
|
||||
dependencies : [glib_deps, gst_dep, gstvideo_dep, gstgl_dep, qt5qml_dep, optional_deps],
|
||||
override_options : ['cpp_std=c++11'],
|
||||
install: true,
|
||||
install_dir : plugins_install_dir)
|
||||
pkgconfig.generate(gstqmlgl, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
Loading…
Reference in a new issue