From 11e81618d20ee7f03cb61248cc0587122fa563bb Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 2 Jun 2013 14:06:43 +0300 Subject: Renamed find_dep to dependency. --- test cases/objc/2 nsstring/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test cases/objc') diff --git a/test cases/objc/2 nsstring/meson.build b/test cases/objc/2 nsstring/meson.build index a55413786..600a76005 100644 --- a/test cases/objc/2 nsstring/meson.build +++ b/test cases/objc/2 nsstring/meson.build @@ -1,9 +1,9 @@ project('nsstring', 'objc') if host.name() == 'darwin' - dep = find_dep('appleframeworks', modules : 'foundation') + dep = dependency('appleframeworks', modules : 'foundation') else - dep = find_dep('gnustep') + dep = dependency('gnustep') endif exe = executable('stringprog', 'stringprog.m', deps : dep) test('stringtest', exe) -- cgit v1.2.3