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
1 changed file:
Changes:
... | ... | @@ -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
|