mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
meson: Use libexecdir option
This commit is contained in:
parent
9f763cc34b
commit
29bc0b1911
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user