From 00ea2eb529d98a3b38ef9049144c4fd5791a2754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 30 Jun 2019 17:21:32 +0200 Subject: [PATCH] webkit2gtk: enable gir for all targets [ci skip] --- srcpkgs/webkit2gtk/template | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index eb6d61e8c2..9918fd2863 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -36,14 +36,7 @@ CXXFLAGS="-Wno-expansion-to-defined" # Package build options build_options="gir wayland x11 jit sampling_profiler" -build_options_default="wayland x11" - -case "$XBPS_TARGET_MACHINE" in - arm*-musl) # cross building hangs for hours in g-ir-scanner-qemuwrapper - broken="cross compiling from x86_64 to arm*-musl stalls the builders" - ;; - *) build_options_default+=" gir" -esac +build_options_default="gir wayland x11" desc_option_jit="Enable JustInTime JS support" desc_option_sampling_profiler="Toggle sampling profiler support (disabled on musl)"