We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69a929d + 76a0b89 commit 889a948Copy full SHA for 889a948
meson.build
@@ -16,8 +16,6 @@ vapi_dir = meson.current_source_dir() / 'vapi'
16
locale_dir = join_paths(get_option('prefix'), get_option('localedir'))
17
data_dir = join_paths(get_option('prefix'), get_option('datadir'))
18
plugins_dir = join_paths(get_option('prefix'), get_option('libdir'), meson.project_name(), 'plugins')
19
-pkgdata_dir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())
20
-pkglib_dir = join_paths(get_option('prefix'), get_option('libdir'), meson.project_name())
21
22
conf = configuration_data()
23
conf.set('GETTEXT_PACKAGE', meson.project_name())
0 commit comments