Age | Commit message (Collapse) | Author |
|
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
|
|
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
|
|
XCB itself depends on Xau and Xdmcp. Where each of those depends on
xorgproto.
Without that, `pkg-config --cflags xcb` fails.
Fixing that properly in Arch might be a little involving and potentially
controversial, so add the dependency locally for now.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
|
|
Upstream has merged a few build-specific patches, so bump that.
Also remove the duplicate makedepends line that I've added earlier.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
|
|
The program has separate backends for each platform - X11, Wayland. As
such it does not need both to run. Demote these to optdepends.
|
|
AFAICT libpng was never required - the project uses separate project
stb_image for it's PNG handling.
Originally Mesa was required for the gbm/kms backend. In part due to the
GBM dependency, in part due to the vulkan_intel.h (and respective
extension) used.
The header and the respective extension have been removed with Mesa 21.1
See this upstream report for more:
https://github.com/vkmark/vkmark/issues/33
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|