diff options
Diffstat (limited to 'recipes-graphics/wayland/weston_12.0.3.imx.bb')
| -rw-r--r-- | recipes-graphics/wayland/weston_12.0.3.imx.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/wayland/weston_12.0.3.imx.bb b/recipes-graphics/wayland/weston_12.0.3.imx.bb index 8114ddbbf..14b79f18c 100644 --- a/recipes-graphics/wayland/weston_12.0.3.imx.bb +++ b/recipes-graphics/wayland/weston_12.0.3.imx.bb | |||
| @@ -116,18 +116,18 @@ do_install:append() { | |||
| 116 | # If X11, ship a desktop file to launch it | 116 | # If X11, ship a desktop file to launch it |
| 117 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" ]; then | 117 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" ]; then |
| 118 | install -d ${D}${datadir}/applications | 118 | install -d ${D}${datadir}/applications |
| 119 | install ${WORKDIR}/weston.desktop ${D}${datadir}/applications | 119 | install ${UNPACKDIR}/weston.desktop ${D}${datadir}/applications |
| 120 | 120 | ||
| 121 | install -d ${D}${datadir}/icons/hicolor/48x48/apps | 121 | install -d ${D}${datadir}/icons/hicolor/48x48/apps |
| 122 | install ${WORKDIR}/weston.png ${D}${datadir}/icons/hicolor/48x48/apps | 122 | install ${UNPACKDIR}/weston.png ${D}${datadir}/icons/hicolor/48x48/apps |
| 123 | fi | 123 | fi |
| 124 | 124 | ||
| 125 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 'yes', 'no', d)}" = "yes" ]; then | 125 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 'yes', 'no', d)}" = "yes" ]; then |
| 126 | install -Dm 644 ${WORKDIR}/xwayland.weston-start ${D}${datadir}/weston-start/xwayland | 126 | install -Dm 644 ${UNPACKDIR}/xwayland.weston-start ${D}${datadir}/weston-start/xwayland |
| 127 | fi | 127 | fi |
| 128 | 128 | ||
| 129 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'yes', 'no', d)}" = "yes" ]; then | 129 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'yes', 'no', d)}" = "yes" ]; then |
| 130 | install -Dm 644 ${WORKDIR}/systemd-notify.weston-start ${D}${datadir}/weston-start/systemd-notify | 130 | install -Dm 644 ${UNPACKDIR}/systemd-notify.weston-start ${D}${datadir}/weston-start/systemd-notify |
| 131 | fi | 131 | fi |
| 132 | 132 | ||
| 133 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'launch', 'yes', 'no', d)}" = "yes" ]; then | 133 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'launch', 'yes', 'no', d)}" = "yes" ]; then |
