mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
meson: Use copy: true for configure_file()
Fixes a warning.
This commit is contained in:
parent
7bee79426d
commit
415e0e68af
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
types = configure_file(input : 'gstreamer.types.in',
|
types = configure_file(input : 'gstreamer.types.in',
|
||||||
output : 'gstreamer.types',
|
output : 'gstreamer.types',
|
||||||
configuration : configuration_data())
|
copy: true)
|
||||||
|
|
||||||
gnome.gtkdoc('gstreamer',
|
gnome.gtkdoc('gstreamer',
|
||||||
main_sgml : 'gstreamer-docs.sgml',
|
main_sgml : 'gstreamer-docs.sgml',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
types = configure_file(input : 'gstreamer-libs.types',
|
types = configure_file(input : 'gstreamer-libs.types',
|
||||||
output : 'gstreamer-libs.types',
|
output : 'gstreamer-libs.types',
|
||||||
configuration : configuration_data())
|
copy: true)
|
||||||
|
|
||||||
gnome.gtkdoc('gstreamer-libs',
|
gnome.gtkdoc('gstreamer-libs',
|
||||||
main_sgml : 'gstreamer-libs-docs.sgml',
|
main_sgml : 'gstreamer-libs-docs.sgml',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project('gstreamer', 'c',
|
project('gstreamer', 'c',
|
||||||
version : '1.15.0.1',
|
version : '1.15.0.1',
|
||||||
meson_version : '>= 0.46',
|
meson_version : '>= 0.47',
|
||||||
default_options : [ 'warning_level=1',
|
default_options : [ 'warning_level=1',
|
||||||
'buildtype=debugoptimized' ])
|
'buildtype=debugoptimized' ])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue