[epiphany/mcatanzaro/meson-warnings: 3/4] build: quick code style fix
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/meson-warnings: 3/4] build: quick code style fix
- Date: Fri, 5 Aug 2022 20:41:05 +0000 (UTC)
commit ba149eb2dac7d76d78bb588d57076b5d28c93748
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Fri Aug 5 15:38:14 2022 -0500
build: quick code style fix
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index b59b986e8..ca96c9bf8 100644
--- a/meson.build
+++ b/meson.build
@@ -105,7 +105,7 @@ sqlite3_dep = dependency('sqlite3', version: '>= 3.22')
webkit2gtk_dep = dependency('webkit2gtk-4.1', version: webkitgtk_requirement)
webkit2gtk_web_extension_dep = dependency('webkit2gtk-web-extension-4.1', version: webkitgtk_requirement)
-webkit_revision = webkit2gtk_dep.get_variable(pkgconfig : 'revision', default_value : '')
+webkit_revision = webkit2gtk_dep.get_variable(pkgconfig: 'revision', default_value: '')
if webkit_revision == 'tarball'
webkit_revision = ''
elif webkit_revision != ''
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]