diff options
author | Ting-Wei Lan <lantw@src.gnome.org> | 2018-01-07 03:39:22 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw@src.gnome.org> | 2018-01-07 14:53:41 +0800 |
commit | 14b181ebd4c5851dc51cb468721c502addaec36c (patch) | |
tree | 99bae2b03148a4fabb0a10b0afd218104f803d6e /config.h.meson | |
parent | 3771c95c72d591d3ed6ecf143fa85e1fea0a3d11 (diff) | |
download | gtk+-14b181ebd4c5851dc51cb468721c502addaec36c.tar.gz |
build: Use pkg-config to find iso-codes
Instead of hard-coding the path of iso-codes, we can get the prefix with
pkg-config. We still fallback to /usr when it is not available.
https://bugzilla.gnome.org/show_bug.cgi?id=792282
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index 73836bb9ee..54dec7fa82 100644 --- a/config.h.meson +++ b/config.h.meson @@ -293,3 +293,5 @@ #mesondefine HAVE_HARFBUZZ #mesondefine HAVE_PANGOFT + +#mesondefine ISO_CODES_PREFIX |