summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/cogl/cogl-1.0.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc
index b763dd5ba8..cc51bb4b21 100644
--- a/meta/recipes-graphics/cogl/cogl-1.0.inc
+++ b/meta/recipes-graphics/cogl/cogl-1.0.inc
@@ -42,7 +42,7 @@ PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,${EDEPENDS_GLES2}, ${ERDE
42# EGL backends 42# EGL backends
43PACKAGECONFIG[egl-kms] = "--enable-kms-egl-platform,--disable-kms-egl-platform,${EDEPENDS_KMS}" 43PACKAGECONFIG[egl-kms] = "--enable-kms-egl-platform,--disable-kms-egl-platform,${EDEPENDS_KMS}"
44PACKAGECONFIG[egl-null] = "--enable-null-egl-platform,--disable-null-egl-platform" 44PACKAGECONFIG[egl-null] = "--enable-null-egl-platform,--disable-null-egl-platform"
45PACKAGECONFIG[egl-x11] = "--enable-xlib-egl-platform,--disable-xlib-egl-platform,${EDEPENDS_X11}" 45PACKAGECONFIG[egl-x11] = "--enable-xlib-egl-platform,--disable-xlib-egl-platform,${EDEPENDS_X11} ${EDEPENDS_EGL}"
46PACKAGECONFIG[egl-wayland] = "--enable-wayland-egl-platform,--disable-wayland-egl-platform,${EDEPENDS_WAYLAND}" 46PACKAGECONFIG[egl-wayland] = "--enable-wayland-egl-platform,--disable-wayland-egl-platform,${EDEPENDS_WAYLAND}"
47 47
48# Wayland (server-side) 48# Wayland (server-side)
@@ -55,7 +55,9 @@ PACKAGECONFIG[cogl-pango] = "--enable-cogl-pango,--disable-cogl-pango,pango"
55# default. 55# default.
56PACKAGECONFIG ??= "cogl-pango gles2 \ 56PACKAGECONFIG ??= "cogl-pango gles2 \
57 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'egl-wayland', '', d)} \ 57 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'egl-wayland', '', d)} \
58 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx', '', d)}" 58 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx egl-x11', '', d)} \
59 "
60
59 61
60FILES_${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*" 62FILES_${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*"
61FILES_libcogl = "${libdir}/libcogl${SOLIBS}" 63FILES_libcogl = "${libdir}/libcogl${SOLIBS}"