diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-08-14 22:29:44 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-08-14 22:31:13 +0100 |
commit | a4d08006734f5c3309dd31b87b05d89f0fa492a0 (patch) | |
tree | ca2995907bbb08d0c1f8f1fd2db96e65efeb36a3 /meson.build | |
parent | 49d0b4ccb8bbd14df7033a8b9e078faf7f91cd71 (diff) | |
download | gtk+-a4d08006734f5c3309dd31b87b05d89f0fa492a0.tar.gz |
build: Fix post-install script
Use the appropriate variable when expanding the input method modules
path.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 53800f8243..8fd666512d 100644 --- a/meson.build +++ b/meson.build @@ -601,7 +601,7 @@ endif # Keep this in sync with post-install.sh expected arguments meson.add_install_script('build-aux/meson/post-install.sh', - gtk_version, + gtk_api_version, gtk_binary_version, gtk_libdir, gtk_datadir) |