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:
edb9c83
)
Fix std=c++14 for gtest 1.14.0 version upgrade
author
JinWang An
<jinwang.an@samsung.com>
Wed, 31 Jan 2024 07:30:07 +0000
(16:30 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Tue, 4 Feb 2025 10:05:20 +0000
(19:05 +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 39566482d89a75121bfa7b18c78664f79c2b84bb..2c592f3ad3d22789e851b2e960c6168171058d46 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-2,7
+2,7
@@
project('libinput',
['c','cpp'],
version : '1.27.1',
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.56.0')
libinput_version = meson.project_version().split('.')