From 8e53dec314901ce65d2ccfb6cb7011c1b3fef976 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 19 Oct 2017 11:00:43 -0700 Subject: Use ConfigToolDependency for SDL2 --- test cases/frameworks/16 sdl2/meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test cases/frameworks') diff --git a/test cases/frameworks/16 sdl2/meson.build b/test cases/frameworks/16 sdl2/meson.build index c79bd46d7..61a34efa0 100644 --- a/test cases/frameworks/16 sdl2/meson.build +++ b/test cases/frameworks/16 sdl2/meson.build @@ -6,5 +6,8 @@ e = executable('sdl2prog', 'sdl2prog.c', dependencies : sdl2_dep) test('sdl2test', e) -# Ensure that we can find it with sdl2-config too +# Ensure that we can find it with sdl2-config too, using the legacy method name configdep = dependency('sdl2', method : 'sdlconfig') + +# And the modern method name +configdep = dependency('sdl2', method : 'config-tool') -- cgit v1.2.3