mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/stellarium: disable xlsx support
Buildroot commit319c56dfe3bumped stellarium which included this commit186b06fa21It removed the previously bundled QXlsx source and lets stellarium git-clone the sourcecode of the QXlsx package (not present in buildroot) during the build: $ find output/build/stellarium-23.2/ -iname .gitignore | grep qxl output/build/stellarium-23.2/_deps/qxlsxqt5-src/.gitignore which breaks offline builds. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitb032b3b1df) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
f27fd5f2f3
commit
635da4557f
@@ -20,6 +20,7 @@ STELLARIUM_CONF_OPTS = \
|
||||
-DENABLE_NLS=OFF \
|
||||
-DENABLE_QTWEBENGINE=OFF \
|
||||
-DENABLE_QT6=OFF \
|
||||
-DENABLE_XLSX=OFF \
|
||||
-DUSE_PLUGIN_TELESCOPECONTROL=OFF \
|
||||
-DUSE_SYSTEM_ZLIB=ON
|
||||
|
||||
|
||||
Reference in New Issue
Block a user