[gnome-tetravex] meson: remove unneeded lines
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tetravex] meson: remove unneeded lines
- Date: Sun, 9 Dec 2018 22:02:18 +0000 (UTC)
commit 690217ecfc49033f8b0569ff4af0e20a1dcb5c68
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Sun Dec 9 16:51:34 2018 -0500
meson: remove unneeded lines
This also fixes an obvious typo from my copy-and-paste work.
meson.build | 1 -
src/meson.build | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 1141e8b..2ed4cbb 100644
--- a/meson.build
+++ b/meson.build
@@ -14,7 +14,6 @@ i18n = import ('i18n')
mandir = join_paths (get_option ('prefix'), get_option ('mandir'))
localedir = join_paths (get_option ('prefix'), get_option ('localedir'))
datadir = join_paths (get_option ('prefix'), get_option ('datadir'))
-pkgdatadir = join_paths (datadir, 'gnome-mines')
# Dependencies
glib_dep = dependency ('glib-2.0', version: '>= 2.40.0')
diff --git a/src/meson.build b/src/meson.build
index 65c0347..f5f9b7a 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -15,6 +15,5 @@ gnome_tetravex = executable ('gnome-tetravex',
vala_args: [ '--pkg=posix' ],
c_args: [ '-DVERSION="@0@"'.format (meson.project_version ()),
'-DGETTEXT_PACKAGE="gnome-tetravex"',
- '-DLOCALEDIR="@0@"'.format (localedir),
- '-DDATA_DIRECTORY="@0@"'.format (pkgdatadir) ],
+ '-DLOCALEDIR="@0@"'.format (localedir) ],
install: true )
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]