[gedit/zbrown/deteplification-src: 64/633] build: remove unused #defines in config.h




commit aecb78ae24fbe2cdadec8eff7b4680fe27ff9fb5
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 3d66c48b9..0dbd6ad9c 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]