Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/sdl_mixer: drop unrecognized option
@ 2021-04-10 10:05 Fabrice Fontaine
  2021-04-10 10:05 ` [Buildroot] [PATCH 2/2] package/sdl_mixer: fix static build with tremor Fabrice Fontaine
  2021-04-22 19:19 ` [Buildroot] [PATCH 1/2] package/sdl_mixer: drop unrecognized option Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2021-04-10 10:05 UTC (permalink / raw)
  To: buildroot

--without-x is not recognized since at least version 1.2.12:

configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --without-x

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/sdl_mixer/sdl_mixer.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/sdl_mixer/sdl_mixer.mk b/package/sdl_mixer/sdl_mixer.mk
index 8402879e04..049ce15d1f 100644
--- a/package/sdl_mixer/sdl_mixer.mk
+++ b/package/sdl_mixer/sdl_mixer.mk
@@ -23,7 +23,6 @@ SDL_MIXER_DEPENDENCIES = sdl
 SDL_MIXER_AUTORECONF = YES
 
 SDL_MIXER_CONF_OPTS = \
-	--without-x \
 	--with-sdl-prefix=$(STAGING_DIR)/usr \
 	--disable-music-mod \
 	--disable-music-mp3 \
-- 
2.30.2

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

end of thread, other threads:[~2021-04-22 19:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-10 10:05 [Buildroot] [PATCH 1/2] package/sdl_mixer: drop unrecognized option Fabrice Fontaine
2021-04-10 10:05 ` [Buildroot] [PATCH 2/2] package/sdl_mixer: fix static build with tremor Fabrice Fontaine
2021-04-22 19:32   ` Thomas Petazzoni
2021-04-22 19:19 ` [Buildroot] [PATCH 1/2] package/sdl_mixer: drop unrecognized option Thomas Petazzoni

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