[gedit/zbrown/deteplification-src: 193/633] build: move variable
- From: Zander Brown <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/zbrown/deteplification-src: 193/633] build: move variable
- Date: Sat, 10 Apr 2021 12:47:58 +0000 (UTC)
commit f924c83ef0991a1c423257ff5e60abae3a219f4b
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 52213fbf0..a3330c9f3 100644
--- a/meson.build
+++ b/meson.build
@@ -102,18 +102,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]