[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/wayland/weston][debian-unstable] Add xwayland in Build-Deps to ensure that HAVE_XWAYLAND_LISTENFD is properly defined



Title: GitLab

Dylan Aïssi pushed to branch debian-unstable at X Strike Force / wayland / weston

Commits:

  • d916ed38
    by Dylan Aïssi at 2024-11-06T08:15:59+01:00
    Add xwayland in Build-Deps to ensure that HAVE_XWAYLAND_LISTENFD is properly defined
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    

1 changed file:

Changes:

  • debian/control
    ... ... @@ -51,7 +51,8 @@ Build-Depends: debhelper-compat (= 13),
    51 51
                    mesa-common-dev,
    
    52 52
                    meson (>= 0.63.0),
    
    53 53
                    pkgconf,
    
    54
    -               wayland-protocols (>= 1.33)
    
    54
    +               wayland-protocols (>= 1.33),
    
    55
    +               xwayland
    
    55 56
     Standards-Version: 4.7.0
    
    56 57
     Vcs-Browser: https://salsa.debian.org/xorg-team/wayland/weston
    
    57 58
     Vcs-Git: https://salsa.debian.org/xorg-team/wayland/weston.git
    
    ... ... @@ -62,7 +63,8 @@ Package: weston
    62 63
     Architecture: linux-any
    
    63 64
     Depends: ${misc:Depends},
    
    64 65
              ${shlibs:Depends}
    
    65
    -Recommends: libgl1-mesa-dri, xwayland
    
    66
    +Recommends: libgl1-mesa-dri,
    
    67
    +            xwayland
    
    66 68
     Suggests: wayland-utils
    
    67 69
     Description: reference implementation of a wayland compositor
    
    68 70
      Part of the Wayland project is also the Weston reference implementation
    


  • Reply to: