Skip to content

Commit fb8815c

Browse files
committed
Add virtual::libs::libgles
Make it possible to overwrite the libgles package. Defaults to libs::mesa3d.
1 parent 3345098 commit fb8815c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

recipes/virtual/libs/libgles.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
multiPackage:
2+
"":
3+
depends:
4+
- name: ${CONFIG_SELECT_LIBGLES:-libs::mesa3d}
5+
use: []
6+
7+
dev:
8+
depends:
9+
- name: ${CONFIG_SELECT_LIBGLES:-libs::mesa3d}-dev
10+
use: []
11+
12+
tgt:
13+
depends:
14+
- name: ${CONFIG_SELECT_LIBGLES:-libs::mesa3d}-tgt
15+
use: []
16+
17+
provideDeps: [ "*" ]
18+
provideVars:
19+
CONFIG_SELECT_LIBGLES_PKG: "${CONFIG_SELECT_LIBGLES:-libs::mesa3d}"

0 commit comments

Comments
 (0)