From f5531c896c4cf87c90fd5e9e09a9f7fcf21de36c Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 27 Sep 2022 20:23:47 +0200 Subject: [PATCH] graphics/luminance-qt5: use webengine only on aarch64, amd64 and i386 --- graphics/luminance-qt5/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile index d155f7773189..e4d05afd981e 100644 --- a/graphics/luminance-qt5/Makefile +++ b/graphics/luminance-qt5/Makefile @@ -30,7 +30,10 @@ USE_QT= concurrent core declarative gui location network \ buildtools:build linguisttools:build qmake:build OPTIONS_DEFINE= CFITSIO DOCS HELPBROWSER -OPTIONS_DEFAULT= CFITSIO HELPBROWSER +OPTIONS_DEFAULT= CFITSIO +OPTIONS_DEFAULT_aarch64= HELPBROWSER +OPTIONS_DEFAULT_amd64= HELPBROWSER +OPTIONS_DEFAULT_i386= HELPBROWSER CFITSIO_LIB_DEPENDS= libcfitsio.so:astro/cfitsio