summaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxfont_1.4.1.bb
blob: 811066e4de8e54826173ad6d8167f4a955268a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require xorg-lib-common.inc

DESCRIPTION = "X11 font rasterisation library"
LICENSE= "BSD-X"
DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc"
PROVIDES = "xfont"
PE = "1"

#SRC_URI += "file://no-scalable-crash.patch;patch=1"

# disable docs
EXTRA_OECONF += " --disable-devel-docs "

XORG_PN = "libXfont"