From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 15 Aug 2024 13:58:24 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1seZ7Y-009rQr-1b for lore@lore.pengutronix.de; Thu, 15 Aug 2024 13:58:24 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1seZ7X-0003NP-U9; Thu, 15 Aug 2024 13:58:23 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1seZ6v-00031s-Si; Thu, 15 Aug 2024 13:57:45 +0200 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Thu, 15 Aug 2024 13:57:42 +0200 Message-Id: <20240815115743.2888439-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 1/2] xwayland: fix build with glx without glamor X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Philipp Zabel --- rules/xwayland.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/xwayland.in b/rules/xwayland.in index a662ec2ec032..c2b0de95b280 100644 --- a/rules/xwayland.in +++ b/rules/xwayland.in @@ -20,7 +20,7 @@ menuconfig XWAYLAND select XORG_LIB_XSHMFENCE select XORG_LIB_XTRANS select LIBEPOXY if XWAYLAND_GLAMOR - select MESALIB if XWAYLAND_GLAMOR + select MESALIB if XWAYLAND_GLAMOR || XWAYLAND_EXT_GLX select MESALIB_GBM if XWAYLAND_GLAMOR select MESALIB_GLX if XWAYLAND_EXT_GLX select XORG_LIB_XV if XWAYLAND_EXT_XV -- 2.39.2