Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/stellarium: fix build
@ 2023-07-16 16:58 Bernd Kuhls
  2023-07-18  9:21 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Bernd Kuhls @ 2023-07-16 16:58 UTC (permalink / raw)
  To: buildroot

Disable unsupported options.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/stellarium/stellarium.mk | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/stellarium/stellarium.mk b/package/stellarium/stellarium.mk
index 4dc5692d79..709bd08ff4 100644
--- a/package/stellarium/stellarium.mk
+++ b/package/stellarium/stellarium.mk
@@ -18,8 +18,11 @@ STELLARIUM_DEPENDENCIES = \
 STELLARIUM_CONF_OPTS = \
 	-DENABLE_MEDIA=ON \
 	-DENABLE_NLS=OFF \
+	-DENABLE_SHOWMYSKY=OFF \
 	-DENABLE_QTWEBENGINE=OFF \
 	-DENABLE_QT6=OFF \
+	-DENABLE_XLSX=OFF \
+	-DUSE_PLUGIN_TELESCOPECONTROL=OFF \
 	-DUSE_SYSTEM_ZLIB=ON
 
 ifeq ($(BR2_PACKAGE_QT5SCRIPT),y)
@@ -35,12 +38,10 @@ ifeq ($(BR2_PACKAGE_GPSD),y)
 STELLARIUM_DEPENDENCIES += gpsd
 endif
 STELLARIUM_CONF_OPTS += \
-	-DENABLE_GPS=ON \
-	-DUSE_PLUGIN_TELESCOPECONTROL=ON
+	-DENABLE_GPS=ON
 else
 STELLARIUM_CONF_OPTS += \
-	-DENABLE_GPS=OFF \
-	-DUSE_PLUGIN_TELESCOPECONTROL=OFF
+	-DENABLE_GPS=OFF
 endif
 
 $(eval $(cmake-package))
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/stellarium: fix build
  2023-07-16 16:58 [Buildroot] [PATCH 1/1] package/stellarium: fix build Bernd Kuhls
@ 2023-07-18  9:21 ` Thomas Petazzoni via buildroot
  2023-07-31 22:40   ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-18  9:21 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On Sun, 16 Jul 2023 18:58:57 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:

> Disable unsupported options.
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Which autobuilder failures, or build issues is this fixing? A bit more
details in the commit log would be nice :-)

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/stellarium: fix build
  2023-07-18  9:21 ` Thomas Petazzoni via buildroot
@ 2023-07-31 22:40   ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-31 22:40 UTC (permalink / raw)
  To: Thomas Petazzoni via buildroot; +Cc: Bernd Kuhls, Thomas Petazzoni

Hello Bernd,

On Tue, 18 Jul 2023 11:21:42 +0200
Thomas Petazzoni via buildroot <buildroot@buildroot.org> wrote:

> On Sun, 16 Jul 2023 18:58:57 +0200
> Bernd Kuhls <bernd@kuhls.net> wrote:
> 
> > Disable unsupported options.
> > 
> > Signed-off-by: Bernd Kuhls <bernd@kuhls.net>  
> 
> Which autobuilder failures, or build issues is this fixing? A bit more
> details in the commit log would be nice :-)

Could you provide some details, so that we can merge this patch? Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-31 22:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-16 16:58 [Buildroot] [PATCH 1/1] package/stellarium: fix build Bernd Kuhls
2023-07-18  9:21 ` Thomas Petazzoni via buildroot
2023-07-31 22:40   ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox