[gnome-builder: 80/139] build: use -Dplugin_deviced=true in manifest
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder: 80/139] build: use -Dplugin_deviced=true in manifest
- Date: Thu, 10 Jan 2019 04:24:02 +0000 (UTC)
commit 63e20e6e2060e2abb0c1b8e7907b614d7c07e7e1
Author: Christian Hergert <chergert redhat com>
Date: Wed Jan 9 17:19:21 2019 -0800
build: use -Dplugin_deviced=true in manifest
build-aux/flatpak/org.gnome.Builder.json | 2 +-
meson_options.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index 22fefbe40..2eee1eab1 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -523,7 +523,7 @@
"-Dtracing=true",
"-Dhelp=true",
"-Dwith_channel=flatpak-nightly",
- "-Dwith_deviced=true"
+ "-Dplugin_deviced=true"
],
"sources" : [
{
diff --git a/meson_options.txt b/meson_options.txt
index b6b9ae390..06df0b322 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -35,7 +35,6 @@ option('with_comment_code', type: 'boolean')
option('with_create_project', type: 'boolean')
option('with_ctags', type: 'boolean')
option('with_devhelp', type: 'boolean')
-option('with_deviced', type: 'boolean', value: false)
option('with_eslint', type: 'boolean')
option('with_file_search', type: 'boolean')
option('with_find_other_file', type: 'boolean')
@@ -84,3 +83,4 @@ option('with_vala_pack', type: 'boolean')
option('with_valgrind', type: 'boolean')
option('with_words', type: 'boolean')
option('with_xml_pack', type: 'boolean')
+option('plugin_deviced', type: 'boolean', value: false)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]