From 57894f08f8e6ed0eda0e3a7f7cf112c410022a94 Mon Sep 17 00:00:00 2001 From: Wismill Date: Thu, 9 Feb 2023 05:48:15 +0000 Subject: rules: add an option to use custom types & add locale to custom layout A custom layout may define its own types or a user may want to overwrite existing types. This option activates the `custom` types file, which is user-provided. This is a follow-up to 5ca9f8aea2876fe6926fc27f564d36eaf5ca5c8d. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4614bd0..1ce521e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -202,6 +202,8 @@ layout_tests: script: # make sure the custom layout resolves to something - ln -s "$INSTDIR/share/X11/xkb/symbols/us" "$INSTDIR/share/X11/xkb/symbols/custom" + # make sure the custom types resolves to something + - ln -s "$INSTDIR/share/X11/xkb/types/basic" "$INSTDIR/share/X11/xkb/types/custom" - rm -rf xorgproto libxkbcommon # Get latest xorgproto so we definitely have all keysyms - git clone --depth=1 https://gitlab.freedesktop.org/xorg/proto/xorgproto -- cgit v1.2.1