summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston_2.0.0.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_2.0.0.bbappend b/recipes-graphics/wayland/weston_2.0.0.bbappend
index 3b744e3d..7d0e589d 100644
--- a/recipes-graphics/wayland/weston_2.0.0.bbappend
+++ b/recipes-graphics/wayland/weston_2.0.0.bbappend
@@ -30,4 +30,7 @@ EXTRA_OECONF_append = "${IMX_EXTRA_OECONF_OPENGL}"
30 30
31PACKAGECONFIG_append_imxgpu3d = " cairo-glesv2" 31PACKAGECONFIG_append_imxgpu3d = " cairo-glesv2"
32 32
33# Append EGL_CFLAGS to CFLAGS for imxgpu2d
34CFLAGS_append_imxgpu2d = "-DLINUX -DEGL_API_FB -DWL_EGL_PLATFORM"
35
33RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-loginuid', '', d)}" 36RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-loginuid', '', d)}"