blob: 9135244ab76ea34091a58e82c51a9130cc92d3f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|