]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Make unifont mandatory on coreboot.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 7 Dec 2013 10:47:19 +0000 (11:47 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 7 Dec 2013 10:47:19 +0000 (11:47 +0100)
ChangeLog
configure.ac

index 990bf5bf39a54510930bb7ce52130b2a669c77f1..7ac6c39ec8a13443719f131d196a43cb7dacab71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-07  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * configure.ac: Make unifont mandatory on coreboot.
+
 2013-12-07  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * configure.ac: Skip unifont 6.3 pcf and bdf.
index e9f53f64f009fcf400a901076ae826c6b1bdad90..02bc6885f33710b1ca99a08b3949d6a419bb81a4 100644 (file)
@@ -1270,8 +1270,8 @@ if test x"$grub_build_mkfont_excuse" = x ; then
 else
   enable_build_grub_mkfont=no
 fi
-if test x"$enable_build_grub_mkfont" = xno && ( test "x$platform" = xqemu || test "x$platform" = xloongson || test "x$platform" = xqemu_mips || test "x$target_cpu"-"$platform" = xpowerpc-ieee1275 ); then
-  AC_MSG_ERROR([qemu, powerpc-ieee1275 and loongson ports needs build-time grub-mkfont])
+if test x"$enable_build_grub_mkfont" = xno && ( test "x$platform" = xqemu || test "x$platform" = xloongson || test "x$platform" = xqemu_mips || test "x$target_cpu"-"$platform" = xpowerpc-ieee1275 || test "x$platform" = xcoreboot ); then
+  AC_MSG_ERROR([qemu, powerpc-ieee1275, coreboot and loongson ports needs build-time grub-mkfont])
 fi
 
 AC_SUBST([build_freetype_cflags])
@@ -1339,8 +1339,8 @@ if test x"$enable_build_grub_mkfont" = xno ; then
   FONT_SOURCE=
 fi
 
-if test "x$FONT_SOURCE" = x && ( test "x$platform" = xqemu || test "x$platform" = xloongson || test "x$platform" = xqemu_mips || test "x$target_cpu"-"$platform" = xpowerpc-ieee1275 ); then
-   AC_MSG_ERROR([qemu, powerpc-ieee1275 and loongson ports need unifont])
+if test "x$FONT_SOURCE" = x && ( test "x$platform" = xqemu || test "x$platform" = xloongson || test "x$platform" = xqemu_mips || test "x$target_cpu"-"$platform" = xpowerpc-ieee1275 || test "x$platform" = xcoreboot ); then
+   AC_MSG_ERROR([qemu, powerpc-ieee1275, coreboot and loongson ports need unifont])
 fi
 
 AC_SUBST([FONT_SOURCE])