| Message ID | 20260213121315.3342785-1-mac@mcrowe.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe] waylandpp: Move wayland-scanner++ to -dev package | expand |
diff --git a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb index 485915db35..93c00bda03 100644 --- a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb +++ b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb @@ -37,6 +37,8 @@ EXTRA_OECMAKE:class-target = " \ -DCMAKE_EXE_LINKER_FLAGS="-Wl,--enable-new-dtags" \ " +FILES:${PN}-dev += "${bindir}/wayland-scanner++" + do_install:append:class-target() { sed -i -e 's|${S}||g' ${D}${libdir}/cmake/waylandpp/waylandpp-targets.cmake sed -i -e 's|${STAGING_DIR_HOST}||g' ${D}${libdir}/cmake/waylandpp/waylandpp-targets.cmake
wayland-scanner++ is only used during development so it's not usually required to be installed on the target. wayland-scanner++.pc is already in the -dev package. Signed-off-by: Mike Crowe <mac@mcrowe.com> --- meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb | 2 ++ 1 file changed, 2 insertions(+)