blob: 0bde4ae70ff69ec9643ee460bb6b1d229ddb9904 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SUMMARY = "Recipe for libegl"
LICENSE = "CLOSED"
DEPENDS = "gles-user-module \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'libgbm wayland-kms', '', d)} \
"
PR = "r0"
RDEPENDS_${PN} = " \
gles-user-module \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'libgbm wayland-kms', '', d)} \
"
PROVIDES = "virtual/egl"
RPROVIDES_${PN} += " \
libegl \
libegl1 \
"
|