mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
freetype: update to freetype-2.5.4
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
02fbd280a5
commit
e651d993c5
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="freetype"
|
||||
PKG_VERSION="2.5.3"
|
||||
PKG_VERSION="2.5.4"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -7,15 +7,14 @@ Subject: [PATCH] fix pkgconf
|
||||
builds/unix/freetype2.in | 6 +++---
|
||||
1 files changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/builds/unix/freetype2.in b/builds/unix/freetype2.in
|
||||
index 6e7fb10..653732d 100644
|
||||
--- a/builds/unix/freetype2.in
|
||||
+++ b/builds/unix/freetype2.in
|
||||
diff -Naur freetype-2.5.4/builds/unix/freetype2.in freetype-2.5.4.patch/builds/unix/freetype2.in
|
||||
--- freetype-2.5.4/builds/unix/freetype2.in 2014-11-19 22:36:25.000000000 +0100
|
||||
+++ freetype-2.5.4.patch/builds/unix/freetype2.in 2014-12-08 20:29:05.594849395 +0100
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix="%prefix%"
|
||||
-exec_prefix="%exec_prefix%"
|
||||
-libdir="%libdir%"
|
||||
-includedir="%includedir%/freetype2"
|
||||
prefix=%prefix%
|
||||
-exec_prefix=%exec_prefix%
|
||||
-libdir=%libdir%
|
||||
-includedir=%includedir%/freetype2
|
||||
+exec_prefix=${prefix}
|
||||
+libdir=${exec_prefix}/lib
|
||||
+includedir=${prefix}/include/freetype2
|
||||
|
Loading…
x
Reference in New Issue
Block a user