summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb
new file mode 100644
index 0000000000..535e7f629e
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb
@@ -0,0 +1,23 @@
1SUMMARY = "XFont2: X Font rasterisation library"
2
3DESCRIPTION = "libXfont2 provides various services for X servers, most \
4notably font selection and rasterisation (through external libraries \
5such as freetype)."
6
7require xorg-lib-common.inc
8
9LICENSE = "MIT & MIT & BSD-4-Clause & BSD-2-Clause"
10LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
11
12DEPENDS += "freetype xtrans xorgproto libfontenc zlib"
13
14XORG_PN = "libXfont2"
15
16BBCLASSEXTEND = "native"
17
18SRC_URI[sha256sum] = "74ca20017eb0fb3f56d8d5e60685f560fc85e5ff3d84c61c4cb891e40c27aef4"
19
20PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
21PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
22
23CVE_PRODUCT = "libxfont libxfont2"