mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
fontconfig: fix fix-pkgconfig.patch
* missing $ is causing problems ie when building webkit-efl * see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003798.html for details (From OE-Core rev: e31dd9b65f3b03f79cabab25eca157532de3bd9c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
deb22138de
commit
b4757833c3
@@ -11,5 +11,5 @@ Upstream-Status: Inappropriate [configuration]
|
|||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lfontconfig
|
Libs: -L${libdir} -lfontconfig
|
||||||
-Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
|
-Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
|
||||||
+Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ -L{libdir} -lfreetype @ICONV_LIBS@
|
+Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ -L${libdir} -lfreetype @ICONV_LIBS@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ SECTION = "libs"
|
|||||||
|
|
||||||
DEPENDS = "expat freetype zlib"
|
DEPENDS = "expat freetype zlib"
|
||||||
|
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \
|
SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \
|
||||||
file://fix-pkgconfig.patch \
|
file://fix-pkgconfig.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user