xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jan 22 10:27:08 UTC 2021


 hw/xwayland/xwayland.pc.in |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9716c4193fd4db7cdf3c6d7fb32d4ad2919cbe46
Author: Olivier Fourdan <ofourdan at redhat.com>
Date:   Fri Jan 22 10:29:29 2021 +0100

    xwayland: Add new pkg-config variable for listenfd
    
    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 <ofourdan at redhat.com>
    Reviewed-by: Michel Dänzer <mdaenzer at redhat.com>
    Reviewed-by: Jonas Ådahl <jadahl at gmail.com>

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


More information about the xorg-commit mailing list