All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 5/5] package/x11r7/xserver_xorg-server: remove unused configure option --disable-xsdl
Date: Thu, 15 Apr 2021 08:52:46 +0200	[thread overview]
Message-ID: <20210415065246.276882-5-bernd.kuhls@t-online.de> (raw)
In-Reply-To: <20210415065246.276882-1-bernd.kuhls@t-online.de>

Upstream removed this configure option:
https://cgit.freedesktop.org/xorg/xserver/commit/configure.ac?h=server-1.20-branch&id=52bc6d944946e66ea2cc685feaeea40bb496ea83

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xserver_xorg-server/xserver_xorg-server.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
index 0ac34a63b5..ae17dd535e 100644
--- a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
+++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
@@ -91,8 +91,7 @@ ifeq ($(BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE),y)
 XSERVER_XORG_SERVER_CONF_OPTS += \
 	--enable-kdrive \
 	--disable-glx \
-	--disable-dri \
-	--disable-xsdl
+	--disable-dri
 
 else # modular
 XSERVER_XORG_SERVER_CONF_OPTS += --disable-kdrive
-- 
2.29.2

  parent reply	other threads:[~2021-04-15  6:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-15  6:52 [Buildroot] [PATCH 1/5] package/x11r7/xserver_xorg-server: remove non-evdev input drivers for kdrive Bernd Kuhls
2021-04-15  6:52 ` [Buildroot] [PATCH 2/5] package/x11r7/xserver_xorg-server: remove xfbdev Bernd Kuhls
2021-04-26  6:52   ` Peter Korsgaard
2021-04-15  6:52 ` [Buildroot] [PATCH 3/5] package/x11r7/xserver_xorg-server: remove evdev input drivers for kdrive Bernd Kuhls
2021-04-26  6:53   ` Peter Korsgaard
2021-04-15  6:52 ` [Buildroot] [PATCH 4/5] package/x11r7/xserver_xorg-server: remove optional support for tslib Bernd Kuhls
2021-04-26  6:54   ` Peter Korsgaard
2021-04-26  6:55     ` Peter Korsgaard
2021-04-15  6:52 ` Bernd Kuhls [this message]
2021-04-26  6:55   ` [Buildroot] [PATCH 5/5] package/x11r7/xserver_xorg-server: remove unused configure option --disable-xsdl Peter Korsgaard
2021-04-26  6:55     ` Peter Korsgaard
2021-04-15 21:44 ` [Buildroot] [PATCH 1/5] package/x11r7/xserver_xorg-server: remove non-evdev input drivers for kdrive Yann E. MORIN
2021-04-26  6:51 ` Peter Korsgaard

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=20210415065246.276882-5-bernd.kuhls@t-online.de \
    --to=bernd.kuhls@t-online.de \
    --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.