[gedit-plugins] build: remove dead code from config.h



commit acc79176bc2902a36ba1d2da28a946c9aee624cd
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Nov 11 16:35:49 2019 +0100

    build: remove dead code from config.h

 meson.build | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/meson.build b/meson.build
index 9c60fbc..1b440dc 100644
--- a/meson.build
+++ b/meson.build
@@ -48,13 +48,9 @@ appstream_util = find_program('appstream-util', required: false)
 
 # Configurations
 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', localedir)
-config_h.set_quoted('LIBDIR', libdir)
-config_h.set_quoted('DATADIR', datadir)
 config_h.set_quoted('VERSION', meson.project_version())
 
 configure_file(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]