From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 01 Dec 2022 10:09:52 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1p0fZn-007Eig-Ts for lore@lore.pengutronix.de; Thu, 01 Dec 2022 10:09:52 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1p0fZm-0003F7-Ll; Thu, 01 Dec 2022 10:09:50 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1p0fZe-00039K-Dq; Thu, 01 Dec 2022 10:09:42 +0100 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Thu, 1 Dec 2022 10:09:41 +0100 Message-Id: <20221201090941.3451562-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] xwayland: fix glx dependency 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.ext.pengutronix.de); SAEximRunCond expanded to false Building with the GLX extension requires the 'gl' pkg-config dependency provided by mesalib with GLX support enabled (or by glvnd, which is not packaged in PTXdist). Signed-off-by: Philipp Zabel --- rules/xwayland.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/xwayland.in b/rules/xwayland.in index d756b4ab1c5c..c519c52da6c4 100644 --- a/rules/xwayland.in +++ b/rules/xwayland.in @@ -21,6 +21,7 @@ menuconfig XWAYLAND select XORG_LIB_XTRANS select MESALIB if XWAYLAND_GLAMOR select MESALIB_GBM if XWAYLAND_GLAMOR + select MESALIB_GLX if XWAYLAND_EXT_GLX select XORG_LIB_XV if XWAYLAND_EXT_XV select XORG_LIB_XRES if XWAYLAND_EXT_XRES select XORG_APP_XKBCOMP if RUNTIME -- 2.30.2