[gnome-software] trivial: Change the --enable-firmware option to --enable-fwupd
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Change the --enable-firmware option to --enable-fwupd
- Date: Fri, 9 Jun 2017 09:14:55 +0000 (UTC)
commit 2163e51e72d9db99a226f50370d14e985400c39d
Author: Richard Hughes <richard hughsie com>
Date: Fri Jun 9 09:46:33 2017 +0100
trivial: Change the --enable-firmware option to --enable-fwupd
The convention here is we name the option after the specific implementation.
meson.build | 2 +-
meson_options.txt | 2 +-
plugins/meson.build | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 18dbbd0..9feb0a8 100644
--- a/meson.build
+++ b/meson.build
@@ -132,7 +132,7 @@ if get_option('enable-packagekit')
language : 'c')
endif
-if get_option('enable-firmware')
+if get_option('enable-fwupd')
fwupd = dependency('fwupd', version : '>= 0.9.3')
endif
diff --git a/meson_options.txt b/meson_options.txt
index a91179c..b8152b4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,7 +4,7 @@ option('enable-gnome-desktop', type : 'boolean', value : true, description : 'en
option('enable-man', type : 'boolean', value : true, description : 'enable man pages')
option('enable-packagekit', type : 'boolean', value : true, description : 'enable PackageKit support')
option('enable-polkit', type : 'boolean', value : true, description : 'enable PolKit support')
-option('enable-firmware', type : 'boolean', value : true, description : 'enable firmware support')
+option('enable-fwupd', type : 'boolean', value : true, description : 'enable fwupd support')
option('enable-flatpak', type : 'boolean', value : true, description : 'enable Flatpak support')
option('enable-ostree', type : 'boolean', value : true, description : 'enable OSTree support')
option('enable-limba', type : 'boolean', value : false, description : 'enable Limba support')
diff --git a/plugins/meson.build b/plugins/meson.build
index d1761f7..8872927 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -17,7 +17,7 @@ subdir('ubuntuone')
if get_option('enable-flatpak')
subdir('flatpak')
endif
-if get_option('enable-firmware')
+if get_option('enable-fwupd')
subdir('fwupd')
endif
if get_option('enable-limba')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]