You've already forked libmali-rockchip
mirror of
https://github.com/armbian/libmali-rockchip.git
synced 2026-01-06 12:03:41 -08:00
meson: Require meson >= 0.49.0
Fix this warning: WARNING: Project targeting '>=0.47.0' but tried to use feature introduced in '0.49.0': / with string arguments Change-Id: Ic1af5d59d1cbfb11b69c078f7b7754a8ad7cf64b Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
project(
|
||||
'libmali', 'c',
|
||||
version : '1.9.0',
|
||||
meson_version : '>=0.47.0',
|
||||
meson_version : '>=0.49.0',
|
||||
default_options: ['b_asneeded=false'],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user