mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-15 13:53:47 +00:00
xterm: add PACKAGECONFIG for xft
* fixes following issue in test-dependencies report: xterm/xterm/latest lost dependency on fontconfig libxft Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
b4cfe86deb
commit
cb647e5392
@ -24,3 +24,6 @@ do_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += " /usr/lib/X11"
|
FILES_${PN} += " /usr/lib/X11"
|
||||||
|
|
||||||
|
PACKAGECONFIG ?= ""
|
||||||
|
PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user