]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
weston: Fix wayland-protocols dependency
authorTom Hochstein <tom.hochstein@oss.nxp.com>
Sun, 22 Dec 2024 16:22:32 +0000 (10:22 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Dec 2024 11:32:22 +0000 (11:32 +0000)
commit50608d9c8ac47234138056fa7bf3f92ffc876a19
treef2dec827cf6f69f71a5907578f8b5576a932c4cd
parent9ee7a283125b29e40e4562c76d7d0940b37a4cfd
weston: Fix wayland-protocols dependency

An SDK build of weston fails:
```
Run-time dependency wayland-protocols found: NO (tried pkgconfig and cmake)
```

The file wayland-protocols.pc is missing in the SDK. This is traced to
the upgrade of wayland-protocols to 1.38 [1], which re-enables the dev
package, which moves wayland-protocols.pc to wayland-protocols-dev.

[1] https://github.com/openembedded/openembedded-core/commit/5de187aee675a78fe59620a3fb64a5da5ae662aa

Signed-off-by: Tom Hochstein <tom.hochstein@oss.nxp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/weston_14.0.1.bb