diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-06 17:25:13 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-10 11:37:40 +0100 |
commit | 29bc0b1911f639af3fa7d3a3783d9b4e18f02fc2 (patch) | |
tree | 3b21395dc3c6c67dfb066ab67aa696db77d45ee5 /testsuite | |
parent | 9f763cc34bb517ba754686d98d93d754a3125213 (diff) | |
download | gtk+-29bc0b1911f639af3fa7d3a3783d9b4e18f02fc2.tar.gz |
meson: Use libexecdir option
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/reftests/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index c28a53221a..1604776bca 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -28,7 +28,7 @@ libreftest = static_library('gtkreftest', dependencies : libgtk_dep) tcdata = configuration_data() -tcdata.set('libexecdir', join_paths(get_option('prefix'), get_option('libdir'))) # FIXME +tcdata.set('libexecdir', join_paths(get_option('prefix'), get_option('libexecdir'))) #built_tests = ['reftests', 'reftests-dark', 'reftests-hc', 'reftests-hci'] #foreach t : built_tests |