summaryrefslogtreecommitdiff
path: root/pkg/libxkbcommon/README.md
blob: 27d94fd4f16bcf9b26cce4c641960bc2147ad7c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# libxkbcommon
Upstream tar archives are used over git because the parser
(src/xkbcomp/parser.y) uses various GNU extensions.

## config.h
Generated with

	meson \
		-Dxkb-config-root=/share/xkb \
		-Dx-locale-root=/share/xlocale \
		-Denable-x11=false \
		-Denable-wayland=false \
		-Denable-docs=false \
		build