projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8801abe
)
Fix std=c++14 for gtest 1.14.0 version upgrade
12/305312/1
accepted/tizen/unified/20240318.071533
accepted/tizen/unified/dev/20240620.010824
accepted/tizen/unified/x/20240319.055449
author
JinWang An
<jinwang.an@samsung.com>
Wed, 31 Jan 2024 07:30:07 +0000
(16:30 +0900)
committer
JinWang An
<jinwang.an@samsung.com>
Wed, 31 Jan 2024 07:30:31 +0000
(16:30 +0900)
Change-Id: I129e8645cb5d1bda47146eed399b7ba7419561fb
Signed-off-by: JinWang An <jinwang.an@samsung.com>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index b7fde24468a1927bbc3ac7081362a3bfebd5fa61..242921e2fda637cba107876a012959a7995cd97c 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-2,7
+2,7
@@
project('libinput',
['c','cpp'],
version : '1.24.0',
license : 'MIT/Expat',
- default_options : [ 'c_std=gnu99', 'warning_level=2' , 'cpp_std=c++1
1
'],
+ default_options : [ 'c_std=gnu99', 'warning_level=2' , 'cpp_std=c++1
4
'],
meson_version : '>= 0.49.0')
libinput_version = meson.project_version().split('.')