diff options
-rw-r--r-- | meta/recipes-graphics/wayland/wayland_1.19.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/wayland_1.19.0.bb b/meta/recipes-graphics/wayland/wayland_1.19.0.bb index 8f121601c4..7e8a2884fe 100644 --- a/meta/recipes-graphics/wayland/wayland_1.19.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.19.0.bb | |||
@@ -52,8 +52,10 @@ sysroot_stage_all_append_class-target () { | |||
52 | cp ${STAGING_DATADIR_NATIVE}/aclocal/wayland-scanner.m4 ${SYSROOT_DESTDIR}/${datadir}/aclocal/ | 52 | cp ${STAGING_DATADIR_NATIVE}/aclocal/wayland-scanner.m4 ${SYSROOT_DESTDIR}/${datadir}/aclocal/ |
53 | } | 53 | } |
54 | 54 | ||
55 | PACKAGES += "${PN}-tools" | ||
56 | |||
55 | FILES_${PN} = "${libdir}/*${SOLIBS}" | 57 | FILES_${PN} = "${libdir}/*${SOLIBS}" |
56 | FILES_${PN}-dev += "${bindir} ${datadir}/wayland" | 58 | FILES_${PN}-tools += "${bindir} ${datadir}/wayland" |
57 | 59 | ||
58 | BBCLASSEXTEND = "native nativesdk" | 60 | BBCLASSEXTEND = "native nativesdk" |
59 | 61 | ||