Author :
Pierre Le Marre
Date :
2025-06-01 19:51:47
Hash :16ba1af0 Message :ci: Fix xkeyboard-config install
Since xkeyboard-config 2.45 uses a symlink for:
/usr/share/pkgconfig/xkeyboard-config.pc
/usr/share/X11/xkb
but meson cannot overwrite < 2.45 which used a regular file and directory.
Fixed by first removing the files. This is still a hack and we should
use a proper package update.