grub: fix freetype2 include path

This commit is contained in:
Jürgen Buchmüller 2015-10-08 21:50:23 +02:00
parent 248004dfa2
commit 19b12ab1af
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- util/grub-mkfont.c 2015-10-08 21:41:33.590289273 +0200
+++ util/grub-mkfont.c 2015-10-08 21:44:21.461276176 +0200
@@ -39,7 +39,7 @@
#include FT_FREETYPE_H
#include FT_TRUETYPE_TAGS_H
#include FT_TRUETYPE_TABLES_H
-#include <freetype2/ftsynth.h>
+#include <freetype/ftsynth.h>
#undef __FTERRORS_H__
#define FT_ERROR_START_LIST const char *ft_errmsgs[] = {

View File

@ -1,7 +1,7 @@
# Template file for 'grub'
pkgname=grub
version=2.00
revision=23
revision=24
hostmakedepends="flex"
makedepends="libusb-compat-devel ncurses-devel freetype-devel
liblzma-devel device-mapper-devel font-unifont-bdf fuse-devel"