[gedit] build: remove unused #defines in config.h
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] build: remove unused #defines in config.h
- Date: Wed, 4 Dec 2019 12:48:37 +0000 (UTC)
commit 24ad74445bf8c5ac7ef4965e19a03773584cde7f
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed Dec 4 13:14:29 2019 +0100
build: remove unused #defines in config.h
meson.build | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/meson.build b/meson.build
index 6aa1c1c76..f663deda7 100644
--- a/meson.build
+++ b/meson.build
@@ -34,7 +34,6 @@ pkgdatadir = join_paths(datadir, meson.project_name())
dbusdir = join_paths(datadir, 'dbus-1')
glibdir = join_paths(datadir, 'glib-2.0')
gtkdocdir = join_paths(datadir, 'gtk-doc')
-localdir = join_paths(datadir, 'local')
vapidir = join_paths(datadir, 'vala', 'vapi')
# Subprojects
@@ -101,11 +100,8 @@ else
endif
config_h = configuration_data()
-config_h.set_quoted('PACKAGE_NAME', meson.project_name())
config_h.set_quoted('PACKAGE_STRING', package_string)
-config_h.set_quoted('PACKAGE_VERSION', meson.project_version())
config_h.set_quoted('GETTEXT_PACKAGE', meson.project_name())
-config_h.set_quoted('LOCALEDIR', localdir)
config_h.set_quoted('LIBDIR', libdir)
config_h.set_quoted('DATADIR', datadir)
config_h.set_quoted('VERSION', meson.project_version())
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]