Age | Commit message (Collapse) | Author | Files | Lines |
|
user/xorg-server grew a dep on libglvnd in 24a9daaf, and libglvnd's
test suite needs xvfb (via options="checkx11"). This causes a circular
dependency when building a clean tree.
Fixes: 24a9daaf982b ("user/xorg-server,xwayland: Switch to glvnd")
|
|
We are replacing a lot more than just mesa-gl. Also, the dev package
needs to replace Mesa's dev package.
Fixes: 1c2766e191 ("user/libglvnd: Ensure mesa-gl is replaced")
Closes: #1299
|
|
We install the same libGL/EGL files that mesa-gl used to provide. Since
we *have* to come before Mesa in the new depgraph (because Mesa requires
libglvnd), APK will note this as an error because libglvnd is overwriting
files owned by old mesa-gl.
Closes: #1299
|
|
This package allows us to ship Amber and current Mesa at the same time.
|