From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/chocolate-doom: bump to version 3.0.0
Date: Tue, 17 Sep 2019 23:12:32 +0200 [thread overview]
Message-ID: <20190917231232.64e1bd19@windsurf> (raw)
In-Reply-To: <20190915184000.3491-1-fontaine.fabrice@gmail.com>
Hello Fabrice,
On Sun, 15 Sep 2019 20:40:00 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> diff --git a/package/chocolate-doom/Config.in b/package/chocolate-doom/Config.in
> index 5e0d9c11ea..3ba520ad29 100644
> --- a/package/chocolate-doom/Config.in
> +++ b/package/chocolate-doom/Config.in
> @@ -1,12 +1,16 @@
> config BR2_PACKAGE_CHOCOLATE_DOOM
> bool "chocolate-doom"
> depends on BR2_USE_MMU # fork()
This BR2_USE_MMU dependency...
> - select BR2_PACKAGE_SDL
> - select BR2_PACKAGE_SDL_MIXER
> - select BR2_PACKAGE_SDL_NET
> + depends on !BR2_STATIC_LIBS # sdl2
> + select BR2_PACKAGE_SDL2
> + select BR2_PACKAGE_SDL2_MIXER
> + select BR2_PACKAGE_SDL2_NET
> help
> Chocolate Doom is a set of conservative source ports for Doom,
> Heretic, Hexen and Strife, with a philosophy of preserving the
> look, feel, and bugs of the vanilla versions of each.
>
> http://www.chocolate-doom.org
> +
> +comment "chocolate-doom needs a toolchain w/ dynamic library"
> + depends on BR2_STATIC_LIBS
...should have been propagated here.
I fixed that and applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2019-09-17 21:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-15 18:40 [Buildroot] [PATCH 1/1] package/chocolate-doom: bump to version 3.0.0 Fabrice Fontaine
2019-09-17 21:12 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190917231232.64e1bd19@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.