mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2088 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
289 B
BlitzBasic
15 lines
289 B
BlitzBasic
require xorg-lib-common.inc
|
|
DESCRIPTION = "X libfontenc library (used by libxfont)."
|
|
SECTION = "x11/libs"
|
|
PRIORITY = "optional"
|
|
LICENSE = "BSD-X"
|
|
|
|
DEPENDS = "zlib-native xproto-native"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libfontenc"
|
|
S = "${WORKDIR}/libfontenc-${PV}"
|
|
|
|
inherit native autotools pkgconfig
|