From 9716c4193fd4db7cdf3c6d7fb32d4ad2919cbe46 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Fri, 22 Jan 2021 10:29:29 +0100 Subject: [PATCH] xwayland: Add new pkg-config variable for listenfd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since commit b3f3d65e, xwayland now supports the command line option "-listenfd" for passing file descriptors and marked "-listen" as deprecated for this specific purpose. Add a new pkg-config variable "have_listenfd" to the xwayland.pc so that compositors can know this is available and use listenfd in place of the deprecated option. Signed-off-by: Olivier Fourdan Reviewed-by: Michel Dänzer Reviewed-by: Jonas Ådahl --- hw/xwayland/xwayland.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwayland/xwayland.pc.in b/hw/xwayland/xwayland.pc.in index cd2802696..b82a4fd56 100644 --- a/hw/xwayland/xwayland.pc.in +++ b/hw/xwayland/xwayland.pc.in @@ -5,3 +5,4 @@ xwayland=@xwayland_path@/Xwayland have_glamor=@have_glamor@ have_eglstream=@have_eglstream@ have_initfd=true +have_listenfd=true