mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user