diff options
Diffstat (limited to 'meta-xilinx-mali400/recipes-graphics/wayland/weston_9.0.0.bb')
| -rw-r--r-- | meta-xilinx-mali400/recipes-graphics/wayland/weston_9.0.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xilinx-mali400/recipes-graphics/wayland/weston_9.0.0.bb b/meta-xilinx-mali400/recipes-graphics/wayland/weston_9.0.0.bb index a534b1b7..af329e30 100644 --- a/meta-xilinx-mali400/recipes-graphics/wayland/weston_9.0.0.bb +++ b/meta-xilinx-mali400/recipes-graphics/wayland/weston_9.0.0.bb | |||
| @@ -107,18 +107,18 @@ do_install:append() { | |||
| 107 | # If X11, ship a desktop file to launch it | 107 | # If X11, ship a desktop file to launch it |
| 108 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" ]; then | 108 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" ]; then |
| 109 | install -d ${D}${datadir}/applications | 109 | install -d ${D}${datadir}/applications |
| 110 | install ${WORKDIR}/weston.desktop ${D}${datadir}/applications | 110 | install ${UNPACKDIR}/weston.desktop ${D}${datadir}/applications |
| 111 | 111 | ||
| 112 | install -d ${D}${datadir}/icons/hicolor/48x48/apps | 112 | install -d ${D}${datadir}/icons/hicolor/48x48/apps |
| 113 | install ${WORKDIR}/weston.png ${D}${datadir}/icons/hicolor/48x48/apps | 113 | install ${UNPACKDIR}/weston.png ${D}${datadir}/icons/hicolor/48x48/apps |
| 114 | fi | 114 | fi |
| 115 | 115 | ||
| 116 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 'yes', 'no', d)}" = "yes" ]; then | 116 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 'yes', 'no', d)}" = "yes" ]; then |
| 117 | install -Dm 644 ${WORKDIR}/xwayland.weston-start ${D}${datadir}/weston-start/xwayland | 117 | install -Dm 644 ${UNPACKDIR}/xwayland.weston-start ${D}${datadir}/weston-start/xwayland |
| 118 | fi | 118 | fi |
| 119 | 119 | ||
| 120 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'yes', 'no', d)}" = "yes" ]; then | 120 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'yes', 'no', d)}" = "yes" ]; then |
| 121 | install -Dm 644 ${WORKDIR}/systemd-notify.weston-start ${D}${datadir}/weston-start/systemd-notify | 121 | install -Dm 644 ${UNPACKDIR}/systemd-notify.weston-start ${D}${datadir}/weston-start/systemd-notify |
| 122 | fi | 122 | fi |
| 123 | 123 | ||
| 124 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'launch', 'yes', 'no', d)}" = "yes" ]; then | 124 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'launch', 'yes', 'no', d)}" = "yes" ]; then |
