summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston_9.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/weston_9.0.0.bb')
-rw-r--r--meta/recipes-graphics/wayland/weston_9.0.0.bb26
1 files changed, 13 insertions, 13 deletions
diff --git a/meta/recipes-graphics/wayland/weston_9.0.0.bb b/meta/recipes-graphics/wayland/weston_9.0.0.bb
index ce2b7d4f37..fbf181b4a6 100644
--- a/meta/recipes-graphics/wayland/weston_9.0.0.bb
+++ b/meta/recipes-graphics/wayland/weston_9.0.0.bb
@@ -14,7 +14,7 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
14 file://0001-meson.build-fix-incorrect-header.patch \ 14 file://0001-meson.build-fix-incorrect-header.patch \
15" 15"
16 16
17SRC_URI_append_libc-musl = " file://dont-use-plane-add-prop.patch " 17SRC_URI:append:libc-musl = " file://dont-use-plane-add-prop.patch "
18 18
19SRC_URI[sha256sum] = "5cf5d6ce192e0eb15c1fc861a436bf21b5bb3b91dbdabbdebe83e1f83aa098fe" 19SRC_URI[sha256sum] = "5cf5d6ce192e0eb15c1fc861a436bf21b5bb3b91dbdabbdebe83e1f83aa098fe"
20 20
@@ -91,7 +91,7 @@ PACKAGECONFIG[shell-ivi] = "-Dshell-ivi=true,-Dshell-ivi=false"
91# JPEG image loading support 91# JPEG image loading support
92PACKAGECONFIG[image-jpeg] = "-Dimage-jpeg=true,-Dimage-jpeg=false, jpeg" 92PACKAGECONFIG[image-jpeg] = "-Dimage-jpeg=true,-Dimage-jpeg=false, jpeg"
93 93
94do_install_append() { 94do_install:append() {
95 # Weston doesn't need the .la files to load modules, so wipe them 95 # Weston doesn't need the .la files to load modules, so wipe them
96 rm -f ${D}/${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.la 96 rm -f ${D}/${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.la
97 97
@@ -116,20 +116,20 @@ do_install_append() {
116PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)} \ 116PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)} \
117 libweston-${WESTON_MAJOR_VERSION} ${PN}-examples" 117 libweston-${WESTON_MAJOR_VERSION} ${PN}-examples"
118 118
119FILES_${PN}-dev += "${libdir}/${BPN}/libexec_weston.so" 119FILES:${PN}-dev += "${libdir}/${BPN}/libexec_weston.so"
120FILES_${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${libdir}/${BPN}/*.so* ${datadir}" 120FILES:${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${libdir}/${BPN}/*.so* ${datadir}"
121 121
122FILES_libweston-${WESTON_MAJOR_VERSION} = "${libdir}/lib*${SOLIBS} ${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.so" 122FILES:libweston-${WESTON_MAJOR_VERSION} = "${libdir}/lib*${SOLIBS} ${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.so"
123SUMMARY_libweston-${WESTON_MAJOR_VERSION} = "Helper library for implementing 'wayland window managers'." 123SUMMARY:libweston-${WESTON_MAJOR_VERSION} = "Helper library for implementing 'wayland window managers'."
124 124
125FILES_${PN}-examples = "${bindir}/*" 125FILES:${PN}-examples = "${bindir}/*"
126 126
127FILES_${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so" 127FILES:${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so"
128RDEPENDS_${PN}-xwayland += "xwayland" 128RDEPENDS:${PN}-xwayland += "xwayland"
129 129
130RDEPENDS_${PN} += "xkeyboard-config" 130RDEPENDS:${PN} += "xkeyboard-config"
131RRECOMMENDS_${PN} = "weston-init liberation-fonts" 131RRECOMMENDS:${PN} = "weston-init liberation-fonts"
132RRECOMMENDS_${PN}-dev += "wayland-protocols" 132RRECOMMENDS:${PN}-dev += "wayland-protocols"
133 133
134USERADD_PACKAGES = "${PN}" 134USERADD_PACKAGES = "${PN}"
135GROUPADD_PARAM_${PN} = "--system weston-launch" 135GROUPADD_PARAM:${PN} = "--system weston-launch"