summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston_4.0.0.imx.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/wayland/weston_4.0.0.imx.bb')
-rw-r--r--recipes-graphics/wayland/weston_4.0.0.imx.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston_4.0.0.imx.bb b/recipes-graphics/wayland/weston_4.0.0.imx.bb
index e80e7e0ac..1a31016a6 100644
--- a/recipes-graphics/wayland/weston_4.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_4.0.0.imx.bb
@@ -9,6 +9,7 @@ DEFAULT_PREFERENCE = "-1"
9 9
10SRCBRANCH = "weston-imx-4.0" 10SRCBRANCH = "weston-imx-4.0"
11SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \ 11SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \
12 file://weston.ini \
12 file://weston.png \ 13 file://weston.png \
13 file://weston.desktop \ 14 file://weston.desktop \
14 file://0001-make-error-portable.patch \ 15 file://0001-make-error-portable.patch \
@@ -111,8 +112,7 @@ do_install_append() {
111 fi 112 fi
112 113
113 # install default weston.ini 114 # install default weston.ini
114 install -d ${D}${sysconfdir}/xdg/weston 115 install -D -m 0644 ${WORKDIR}/weston.ini ${D}${sysconfdir}/xdg/weston/weston.ini
115 install -m 0644 ${B}/weston.ini ${D}${sysconfdir}/xdg/weston
116} 116}
117 117
118PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)} \ 118PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)} \