blob: d17359dc296d67e283b5912abda2a142625c50d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "X font library (used by the X server)."
SECTION = "x11/libs"
PRIORITY = "optional"
#MAINTAINER = ""
LICENSE = "BSD-X"
DEPENDS = "xproto xtrans zlib libfontenc fontcacheproto fontsproto freetype"
PROVIDES = "xfont"
XORG_RELEASE = "X11R7.1"
XORG_PN = "libXfont"
include xorg-xlibs.inc
|