[gedit-plugins] build: minor, better section names
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] build: minor, better section names
- Date: Tue, 12 Nov 2019 10:40:27 +0000 (UTC)
commit 77f5c9df0e70966ebb5bc4ff84badebe6ea3b1bf
Author: Sébastien Wilmet <swilmet gnome org>
Date: Tue Nov 12 11:27:01 2019 +0100
build: minor, better section names
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index f3765a5..a584559 100644
--- a/meson.build
+++ b/meson.build
@@ -24,13 +24,13 @@ appstreamdir = join_paths(datadir, 'metainfo')
glibdir = join_paths(datadir, 'glib-2.0')
localedir = join_paths(datadir, 'locale')
-# Dependencies
+# Dependencies in common for all plugins
libpeas_dep = dependency('libpeas-1.0', version: '>= 1.14.1')
gedit_dep = dependency('gedit', version: '>= 3.16')
appstream_util = find_program('appstream-util', required: false)
-# Configurations
+# config.h
config_h = configuration_data()
config_h.set_quoted('GETTEXT_PACKAGE', meson.project_name())
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]