From c47ac9992f3274597802cde47922bb9809185eaf Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 31 Dec 2011 18:06:44 +0100 Subject: [PATCH] build-sys: fix mageia kbd mappings --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 99ccca47f..515e1ff73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- 2.30.2