mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/stellarium: disable telescopecontrol plugin
Buildroot commit319c56dfe3bumped stellarium which included this commit186b06fa21It removed the previously bundled libindi source and lets stellarium download the sourcecode of the indiclient package (not present in buildroot) during the build: $ find output/build/stellarium-23.2/ -iname *.zip output/build/stellarium-23.2/_deps/indiclient-subbuild/indiclient-populate-prefix/src/v1.8.5.zip which breaks offline builds. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitc2a450ddd6) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
2eb849ac16
commit
f27fd5f2f3
@@ -20,6 +20,7 @@ STELLARIUM_CONF_OPTS = \
|
||||
-DENABLE_NLS=OFF \
|
||||
-DENABLE_QTWEBENGINE=OFF \
|
||||
-DENABLE_QT6=OFF \
|
||||
-DUSE_PLUGIN_TELESCOPECONTROL=OFF \
|
||||
-DUSE_SYSTEM_ZLIB=ON
|
||||
|
||||
ifeq ($(BR2_PACKAGE_QT5SCRIPT),y)
|
||||
@@ -34,13 +35,9 @@ STELLARIUM_DEPENDENCIES += qt5serialport
|
||||
ifeq ($(BR2_PACKAGE_GPSD),y)
|
||||
STELLARIUM_DEPENDENCIES += gpsd
|
||||
endif
|
||||
STELLARIUM_CONF_OPTS += \
|
||||
-DENABLE_GPS=ON \
|
||||
-DUSE_PLUGIN_TELESCOPECONTROL=ON
|
||||
STELLARIUM_CONF_OPTS += -DENABLE_GPS=ON
|
||||
else
|
||||
STELLARIUM_CONF_OPTS += \
|
||||
-DENABLE_GPS=OFF \
|
||||
-DUSE_PLUGIN_TELESCOPECONTROL=OFF
|
||||
STELLARIUM_CONF_OPTS += -DENABLE_GPS=OFF
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user