[gnome-build-meta/abderrahim/webkit-simplify] sdk/webkitgtk.bst: remove unused variable webkitgtk_arch_options
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/abderrahim/webkit-simplify] sdk/webkitgtk.bst: remove unused variable webkitgtk_arch_options
- Date: Sat, 20 Nov 2021 12:40:37 +0000 (UTC)
commit afe707569738f2fdf198fe8b4bdb594add204a32
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Sat Nov 20 13:38:56 2021 +0100
sdk/webkitgtk.bst: remove unused variable webkitgtk_arch_options
elements/sdk/webkitgtk.bst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/elements/sdk/webkitgtk.bst b/elements/sdk/webkitgtk.bst
index f3016e8c9..f225dbdfa 100644
--- a/elements/sdk/webkitgtk.bst
+++ b/elements/sdk/webkitgtk.bst
@@ -53,7 +53,6 @@ depends:
variables:
optimize-debug: 'false'
webkitgtk_toolchain: ''
- webkitgtk_arch_options: ''
(?):
- arch == "i686" or arch == "arm":
webkitgtk_toolchain: -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=toolchain.%{arch}
@@ -62,7 +61,7 @@ variables:
-DENABLE_GTKDOC=ON
-DUSE_SOUP2=ON
%{webkitgtk_toolchain}
- %{webkitgtk_arch_options}
+
(?):
- arch == "i686":
environment:
@@ -72,6 +71,7 @@ variables:
environment:
CFLAGS: '%{flags_arm} -g1'
CXXFLAGS: '%{flags_arm} -g1'
+
public:
bst:
split-rules:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]