diff options
| author | Ming Liu <liu.ming50@gmail.com> | 2023-04-28 15:51:45 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-05-30 04:11:16 -1000 |
| commit | 9827c473689d5441c94b2a7fddcafb8c3677fa7e (patch) | |
| tree | 5b571c41bb12f7adff0afb8b91906d077f923133 /meta/recipes-graphics | |
| parent | ef68c9166b3420b817e194e807003c9c5a009992 (diff) | |
| download | poky-9827c473689d5441c94b2a7fddcafb8c3677fa7e.tar.gz | |
weston: add xwayland to DEPENDS for PACKAGECONFIG xwayland
Otherwise xwayland.pc would not be present in sysroot, this leads to
some xwayland configs missing like have_listenfd, have_glamor.
(From OE-Core rev: 4e42196754b19926b2219c6ffda47bd389e9d9fb)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7f1932cb5a408320a5b542e20ba2807718349e8f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-graphics')
| -rw-r--r-- | meta/recipes-graphics/wayland/weston_10.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_10.0.2.bb b/meta/recipes-graphics/wayland/weston_10.0.2.bb index f81a33fd1e..e09f94d9bb 100644 --- a/meta/recipes-graphics/wayland/weston_10.0.2.bb +++ b/meta/recipes-graphics/wayland/weston_10.0.2.bb | |||
| @@ -74,7 +74,7 @@ PACKAGECONFIG[webp] = "-Dimage-webp=true,-Dimage-webp=false,libwebp" | |||
| 74 | # Weston with systemd-login support | 74 | # Weston with systemd-login support |
| 75 | PACKAGECONFIG[systemd] = "-Dsystemd=true -Dlauncher-logind=true,-Dsystemd=false -Dlauncher-logind=false,systemd dbus" | 75 | PACKAGECONFIG[systemd] = "-Dsystemd=true -Dlauncher-logind=true,-Dsystemd=false -Dlauncher-logind=false,systemd dbus" |
| 76 | # Weston with Xwayland support (requires X11 and Wayland) | 76 | # Weston with Xwayland support (requires X11 and Wayland) |
| 77 | PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false" | 77 | PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,xwayland" |
| 78 | # colord CMS support | 78 | # colord CMS support |
| 79 | PACKAGECONFIG[colord] = "-Dcolor-management-colord=true,-Dcolor-management-colord=false,colord" | 79 | PACKAGECONFIG[colord] = "-Dcolor-management-colord=true,-Dcolor-management-colord=false,colord" |
| 80 | # Clients support | 80 | # Clients support |
