graphics/luminance-qt5: use webengine only on aarch64, amd64 and i386
This commit is contained in:
parent
f1a513d447
commit
f5531c896c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue