chiark / gitweb /
build-sys: fix mageia kbd mappings
authorLennart Poettering <lennart@poettering.net>
Sat, 31 Dec 2011 17:06:44 +0000 (18:06 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 31 Dec 2011 17:06:56 +0000 (18:06 +0100)
Makefile.am

index 99ccca47f7d40ddfc63f96289c63303965a5f955..515e1ff73ccf107f3664b5d08189eca9c79fc00b 100644 (file)
@@ -134,16 +134,16 @@ AM_CPPFLAGS += \
        -DKBD_SETFONT=\"/usr/bin/setfont\" \
        -DDEFAULT_FONT=\"LatArCyrHeb-16\"
 else
+if TARGET_MAGEIA
 AM_CPPFLAGS += \
        -DKBD_LOADKEYS=\"/bin/loadkeys\" \
        -DKBD_SETFONT=\"/bin/setfont\" \
-       -DDEFAULT_FONT=\"latarcyrheb-sun16\"
+       -DDEFAULT_FONT=\"LatArCyrHeb-16\"
 else
-if TARGET_MAGEIA
 AM_CPPFLAGS += \
        -DKBD_LOADKEYS=\"/bin/loadkeys\" \
        -DKBD_SETFONT=\"/bin/setfont\" \
-       -DDEFAULT_FONT=\"LatArCyrHeb-16\"
+       -DDEFAULT_FONT=\"latarcyrheb-sun16\"
 endif
 endif
 endif