diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-04-14 13:27:26 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-04-14 13:29:14 +0100 |
commit | 0896d630769ae8f44f13d8e7784165601a140e80 (patch) | |
tree | fcc824bb6cf5a50b4d3fc03ccd86eaee789dfb0f /meson.build | |
parent | 2f6d743908a35aea7e984a4db3f3dd8cf26577de (diff) | |
download | pango-0896d630769ae8f44f13d8e7784165601a140e80.tar.gz |
build: Do not use source/build_root functions
Meson has the include_directories() object to specify inclusion paths
that refer to both the source and build directories.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index d4cff2af..dc634c8a 100644 --- a/meson.build +++ b/meson.build @@ -539,6 +539,7 @@ pkgconfig = import('pkgconfig') configure_file(output: 'config.h', configuration: pango_conf) root_inc = include_directories('.') +pango_inc = include_directories('pango') subdir('pango') subdir('utils') |