[gedit-plugins] build: second pass at removing dead code from config.h
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] build: second pass at removing dead code from config.h
- Date: Mon, 11 Nov 2019 16:10:43 +0000 (UTC)
commit d4d41de823cdb40017e52fb753fa10dc6653a49e
Author: Sébastien Wilmet <swilmet gnome org>
Date: Mon Nov 11 17:02:05 2019 +0100
build: second pass at removing dead code from config.h
meson.build | 5 -----
1 file changed, 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index 1b440dc..52ddc15 100644
--- a/meson.build
+++ b/meson.build
@@ -11,8 +11,6 @@ python = import('python')
api_version = '3.14'
-package_string = '@0@-@1@'.format(meson.project_name(), api_version)
-
# Paths
rootdir = include_directories('.')
@@ -48,10 +46,7 @@ appstream_util = find_program('appstream-util', required: false)
# Configurations
config_h = configuration_data()
-config_h.set_quoted('PACKAGE_STRING', package_string)
config_h.set_quoted('GETTEXT_PACKAGE', meson.project_name())
-config_h.set_quoted('LOCALEDIR', localedir)
-config_h.set_quoted('VERSION', meson.project_version())
configure_file(
output: 'config.h',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]