summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/drm/libdrm_2.4.102.imx.bbappend2
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend2
-rw-r--r--recipes-graphics/wayland/weston_9.0.0.imx.bbappend6
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.102.imx.bbappend b/recipes-graphics/drm/libdrm_2.4.102.imx.bbappend
index 0589710..b41bed1 100644
--- a/recipes-graphics/drm/libdrm_2.4.102.imx.bbappend
+++ b/recipes-graphics/drm/libdrm_2.4.102.imx.bbappend
@@ -1 +1 @@
-RDEPENDS_${PN}_append_imxgpu = " ${PN}-etnaviv ${PN}-vivante"
+RDEPENDS:${PN}:append:imxgpu = " ${PN}-etnaviv ${PN}-vivante"
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend
index c92a3c6..1833c74 100644
--- a/recipes-graphics/wayland/weston-init.bbappend
+++ b/recipes-graphics/wayland/weston-init.bbappend
@@ -1,4 +1,4 @@
-INI_UNCOMMENT_ASSIGNMENTS_append_mx8 = " \
+INI_UNCOMMENT_ASSIGNMENTS:append:mx8 = " \
use-g2d=1 \
"
diff --git a/recipes-graphics/wayland/weston_9.0.0.imx.bbappend b/recipes-graphics/wayland/weston_9.0.0.imx.bbappend
index d4c3eea..a353ffc 100644
--- a/recipes-graphics/wayland/weston_9.0.0.imx.bbappend
+++ b/recipes-graphics/wayland/weston_9.0.0.imx.bbappend
@@ -1,12 +1,12 @@
# Don't build and install the backends which display weston on top of an
# existing wayland or x11 server. (Otherwise weston will prefer the wayland
# backend over the fbdev one for the non drm enabled machines)
-PACKAGECONFIG_remove = "wayland x11"
+PACKAGECONFIG:remove = "wayland x11"
PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,libxcursor"
-FILESEXTRAPATHS_prepend := "${THISDIR}/weston/:"
-SRC_URI_append = " \
+FILESEXTRAPATHS:prepend := "${THISDIR}/weston/:"
+SRC_URI:append = " \
file://0001-libweston-backend-fbdev-fbdev.c-don-t-destroy-output.patch \
file://0002-libweston-pixman-renderer.c-zero-freed-pointer.patch \
"