blob: fa555a8d5ecca0b575064fda9cb7865d47f94a31 (
plain)
1
2
3
4
|
require include/gles-control.inc
PACKAGECONFIG_pn-cairo_append = "${@' egl glesv2' if '${USE_GLES_WAYLAND}' == '1' else ''}"
PACKAGECONFIG_pn-cairo_append += "${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"
|