mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
xterm: make xft PACKAGECONFIG depend on freetype-native
meta-cloud-services enables this dependency unconditionally. Add it here in the PACKAGECONFIG and we can remove it from there entirely. Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
b5ca90f308
commit
d2c60ca179
@@ -10,7 +10,7 @@ SRC_URI[md5sum] = "0d7f0e6390d132ae59876b3870e5783d"
|
|||||||
SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7"
|
SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7"
|
||||||
|
|
||||||
PACKAGECONFIG ?= ""
|
PACKAGECONFIG ?= ""
|
||||||
PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig"
|
PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native"
|
||||||
|
|
||||||
EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
|
EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
|
||||||
--x-libraries=${STAGING_LIBDIR} \
|
--x-libraries=${STAGING_LIBDIR} \
|
||||||
|
|||||||
Reference in New Issue
Block a user