[gedit] build: move variable
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] build: move variable
- Date: Sat, 14 Mar 2020 17:45:28 +0000 (UTC)
commit 88e603e7c26a326a2b53ab34b034f98710c11a9a
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat Mar 14 18:41:56 2020 +0100
build: move variable
data/meson.build | 12 ++++++++++++
meson.build | 12 ------------
2 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 657716cc4..789b41d57 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -47,6 +47,18 @@ if desktop_file_validate.found()
)
endif
+active_plugins = [
+ 'docinfo',
+ 'modelines',
+ 'filebrowser',
+ 'spell',
+ 'time',
+]
+
+if build_checkupdate_plugin
+ active_plugins += 'checkupdate'
+endif
+
quoted_plugins = []
foreach plugin_name : active_plugins
quoted_plugins += '\'@0@\''.format(plugin_name)
diff --git a/meson.build b/meson.build
index 1aad84f0c..7ca5bbae6 100644
--- a/meson.build
+++ b/meson.build
@@ -85,18 +85,6 @@ configure_file(
configuration: config_h
)
-active_plugins = [
- 'docinfo',
- 'modelines',
- 'filebrowser',
- 'spell',
- 'time',
-]
-
-if build_checkupdate_plugin
- active_plugins += 'checkupdate'
-endif
-
subdir('data')
subdir('po')
subdir('gedit')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]