grub: fix freetype2 include path
This commit is contained in:
parent
248004dfa2
commit
19b12ab1af
|
@ -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[] = {
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue