projects
/
opendreambox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mesa: provide only libgl, no egl or gles1/2
[opendreambox.git]
/
meta-opendreambox
/
recipes-graphics
/
mesa
/
mesa_9.0.2.bbappend
1
PROVIDES = "virtual/libgl"
2
PACKAGECONFIG = " \
3
${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
4
${@base_contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \
5
"