blob: 9bcaaf4a9e9963476f39d26fb0bcc9b5b94a1194 (
plain)
1
2
3
4
5
6
|
require include/gles-control.inc
DEPENDS_class-target = "${@' libdrm libgbm wayland-kms ' if '${USE_GLES_WAYLAND}' == '1' else ''}"
PACKAGECONFIG_pn-cairo_append = "${@' egl glesv2' if '${USE_GLES_WAYLAND}' == '1' else ''}"
PACKAGECONFIG_pn-cairo_append += "${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"
|