Skip to content

build: Create var/lib/xkb and install README.compiled

Olivier Fourdan requested to merge ofourdan/xserver:meson-xkb-install-dir into master

The automake build used to create the %{prefix}/var/lib/xkb directory (and also installed the file xkb/README.compiled) so that xkbcomp could work with a pristine install of the Xserver.

That unfortunately was lost with the move to meson and now neither the directory nor the text file are installed.

Restore the functionality by simple creating the target directory and copying the file README.compiled just like the automake build.

Signed-off-by: Olivier Fourdan ofourdan@redhat.com

Merge request reports