From: Peter Michael Green Date: Sun, 22 Dec 2019 03:12:55 +0000 (+0000) Subject: Remove armhf from WEBVIEW_ARCHS X-Git-Tag: archive/raspbian/17.3-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d33311492eb084f82c72300462b803a1bcb93f47;p=pentobi.git Remove armhf from WEBVIEW_ARCHS --- diff --git a/debian/changelog b/debian/changelog index c6ae356..41ea570 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ pentobi (17.3-1+rpi1) bullseye-staging; urgency=medium * Remove armhf from qtwebview (qtwebengine) architecture list because we don't have qtwebengine in raspbian. - -- Raspbian forward porter Sun, 22 Dec 2019 02:36:17 +0000 + -- Peter Michael Green Sun, 22 Dec 2019 03:13:11 +0000 pentobi (17.3-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index c0de102..79ff822 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) endif # Use an external web browser where Qt5WebView is not available. -WEBVIEW_ARCHS = amd64 arm64 armhf i386 mipsel +WEBVIEW_ARCHS = amd64 arm64 i386 mipsel ifeq (,$(filter $(WEBVIEW_ARCHS),$(DEB_HOST_ARCH))) WEBVIEW_FLAG = -DPENTOBI_OPEN_HELP_EXTERNALLY=ON endif