[gedit] build: small simplification
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] build: small simplification
- Date: Sat, 14 Mar 2020 12:46:57 +0000 (UTC)
commit f92bef3d50a9458572a6baa4eebbe7f1ba55e80a
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat Mar 14 13:44:02 2020 +0100
build: small simplification
'required: true' is the default value.
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 7df0700ee..c492b8c92 100644
--- a/meson.build
+++ b/meson.build
@@ -63,7 +63,7 @@ libpeas_gtk_dep = dependency('libpeas-gtk-1.0', version: libpeas_req)
libgd_dep = libgd_subproject.get_variable('libgd_dep')
-gspell_dep = dependency('gspell-1', version: '>= 1.0', required: true)
+gspell_dep = dependency('gspell-1', version: '>= 1.0')
x11_dep = dependency('x11', required: false)
introspection_dep = dependency('gobject-introspection-1.0')
@@ -73,7 +73,7 @@ python3 = python.find_installation('python3')
build_checkupdate_plugin = host_machine.system() == 'windows'
if build_checkupdate_plugin
- libsoup_dep = dependency('libsoup-2.4', version: '>= 2.60', required: true)
+ libsoup_dep = dependency('libsoup-2.4', version: '>= 2.60')
endif
# Configurations
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]