diff options
| author | Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | 2016-02-02 12:36:58 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-15 10:16:53 +0100 |
| commit | d2c60ca1797a7466bbfdd9970ded665ddab11769 (patch) | |
| tree | a85df150e98b5e681e69ce9264da70e3c6385a8f | |
| parent | b5ca90f308c103c7658ac34635d3e456211a419d (diff) | |
| download | meta-openembedded-d2c60ca1797a7466bbfdd9970ded665ddab11769.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_320.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_320.bb b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb index f67d890abc..f2abc3cd50 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_320.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI[md5sum] = "0d7f0e6390d132ae59876b3870e5783d" | |||
| 10 | SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7" | 10 | SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7" |
| 11 | 11 | ||
| 12 | PACKAGECONFIG ?= "" | 12 | PACKAGECONFIG ?= "" |
| 13 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig" | 13 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" |
| 14 | 14 | ||
| 15 | EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ | 15 | EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ |
| 16 | --x-libraries=${STAGING_LIBDIR} \ | 16 | --x-libraries=${STAGING_LIBDIR} \ |
