mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
libfontenc: add dependency on font-util
it's enforced by libfontenc configuration script Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
9e87cbdd1e
commit
b7ab194d93
@@ -5,8 +5,8 @@ require xorg-lib-common.inc
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1"
|
||||||
|
|
||||||
DEPENDS += "zlib xproto"
|
DEPENDS += "zlib xproto font-util"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user