summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2017-08-07 20:55:35 +0200
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-13 11:26:03 +0100
commit695a0a069cc128e4addc531f991695dc6027c025 (patch)
treef17e11c4c9d6e5b234ef709f9d2d021aa99f47ca /tests
parentcf7491b035c7caebd872584a272b7faefef00511 (diff)
downloadgdk-pixbuf-695a0a069cc128e4addc531f991695dc6027c025.tar.gz
meson: Use include_directories references throughout
https://bugzilla.gnome.org/show_bug.cgi?id=785964
Diffstat (limited to 'tests')
-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)