summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index a40ea9413..33694e538 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -112,7 +112,7 @@ foreach t: installed_tests
dependencies: test_deps,
include_directories: [
root_inc,
- include_directories('../gdk-pixbuf')
+ gdk_pixbuf_inc,
],
c_args: common_cflags)