[swell-foop] meson: Fixed datadir in config
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [swell-foop] meson: Fixed datadir in config
- Date: Fri, 9 Feb 2018 19:00:32 +0000 (UTC)
commit 6b43a30c7e585d2eb87f5a40a2fbeec05edae871
Author: Robert Roth <robert roth off gmail com>
Date: Fri Feb 9 21:00:18 2018 +0200
meson: Fixed datadir in config
meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 97ea360..018e270 100644
--- a/meson.build
+++ b/meson.build
@@ -36,7 +36,7 @@ conf = configuration_data()
conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
conf.set_quoted('LOCALEDIR', localedir)
-conf.set_quoted('DATADIR', localedir)
+conf.set_quoted('DATADIR', pkgdatadir)
conf.set_quoted('VERSION', meson.project_version())
configure_file(output: 'config.h', configuration: conf)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]