From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Michael Fischer <mf@go-sys.de>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/3] package/sdl2: be more explicit in disabling optional features
Date: Sat, 20 Aug 2022 10:10:29 +0200 [thread overview]
Message-ID: <20220820081029.GB2167049@scaer> (raw)
In-Reply-To: <20220804221559.46394-1-thomas.petazzoni@bootlin.com>
Thomas, All,
On 2022-08-05 00:15 +0200, Thomas Petazzoni via buildroot spake thusly:
> Add many more explicit --disable-<foo>, as we have for example seen
> video-vivante being autodetected when not needed.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/sdl2/sdl2.mk | 19 ++++++++++++++++++-
> 1 file changed, 18 insertions(+), 1 deletion(-)
>
> diff --git a/package/sdl2/sdl2.mk b/package/sdl2/sdl2.mk
> index 94533fa9b4..d255112ce9 100644
> --- a/package/sdl2/sdl2.mk
> +++ b/package/sdl2/sdl2.mk
> @@ -20,7 +20,24 @@ SDL2_CONF_OPTS += \
> --disable-esd \
> --disable-dbus \
> --disable-pulseaudio \
> - --disable-video-wayland
> + --disable-video-vivante \
> + --disable-video-cocoa \
> + --disable-video-metal \
> + --disable-video-wayland \
> + --disable-video-dummy \
> + --disable-video-offscreen \
> + --disable-video-vulkan \
> + --disable-ime \
> + --disable-ibus \
> + --disable-fcitx \
> + --disable-joystick-mfi \
> + --disable-directx \
> + --disable-xinput \
> + --disable-wasapi \
> + --disable-hidapi-joystick \
> + --disable-hidapi-libusb \
> + --disable-joystick-virtual \
> + --disable-render-d3d
>
> # We are using autotools build system for sdl2, so the sdl2-config.cmake
> # include path are not resolved like for sdl2-config script.
> --
> 2.37.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2022-08-20 8:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-04 22:15 [Buildroot] [PATCH 1/3] package/sdl2: be more explicit in disabling optional features Thomas Petazzoni via buildroot
2022-08-04 22:15 ` [Buildroot] [PATCH 2/3] package/sdl2: be explicit about OpenGL ES options Thomas Petazzoni via buildroot
2022-08-20 8:10 ` Yann E. MORIN
2022-08-04 22:15 ` [Buildroot] [PATCH 3/3] package/sdl2: rework KMS/DRM video driver dependencies Thomas Petazzoni via buildroot
2022-08-20 8:12 ` Yann E. MORIN
2022-08-22 15:01 ` Yann E. MORIN
2022-08-20 8:10 ` Yann E. MORIN [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=20220820081029.GB2167049@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=mf@go-sys.de \
--cc=thomas.petazzoni@bootlin.com \
/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.