projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5e0651
)
build: update meson required version
author
Eunhye Choi
<eunhae1.choi@samsung.com>
Tue, 21 Feb 2023 10:01:36 +0000
(19:01 +0900)
committer
Eunhye Choi
<eunhae1.choi@samsung.com>
Tue, 21 Feb 2023 10:01:39 +0000
(19:01 +0900)
- update meson required version as upstream
because tizen meson upgrade is completed.
Change-Id: I95a80f67f46497f39a485368174cd88a960935fc
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 99feff0c170056de544033502e4becb074e141a9..c645c7d87dde6bf4d4a77da482741139e2390444 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('gst-omx', 'c',
version : '1.22.0',
- meson_version : '>= 0.
59
',
+ meson_version : '>= 0.
62
',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])