summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-02-19 12:51:42 +0200
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-02-20 08:38:19 +0200
commitcc48c23175a8439eca797644f1ded54de3c4129b (patch)
treeec3fc31adba943db1ed7fd44addff4a12207de2b /meson.build
parentc12b1f87adc4c568b21cc6ed9076b94bea46b010 (diff)
meson: Bump meson version requirement to 0.46.0
... so we can have multiple binaries with the same name. v2: Updated news (Daniel) Cc: Petri Latvala <petri.latvala@intel.com> Cc: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 356a5414..099db897 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@ project('igt-gpu-tools', 'c',
'c_std=gnu11',
],
license : 'MIT',
- meson_version : '>=0.44.0')
+ meson_version : '>=0.46.0')
cc = meson.get_compiler('c')