diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-12-12 12:11:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-13 22:55:21 +0000 |
commit | 14d5f46095b134e56bd785a018c77b28a579d7be (patch) | |
tree | e878ad1a360f8a8dded07161f4f919c405b19ca8 | |
parent | 72f365b09319f575b2db975f54133f42c355d35d (diff) | |
download | poky-14d5f46095b134e56bd785a018c77b28a579d7be.tar.gz |
libxfont2: Add recipe
This is the same old libxfont but with a new API.
xserver-xorg 1.19 depends on libxfont2.
(From OE-Core rev: c5442176ddfd56bd644b83e6f783693aaac46f3d)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxfont2_2.0.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.1.bb b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.1.bb new file mode 100644 index 0000000000..402ab0d724 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.1.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | SUMMARY = "XFont2: X Font rasterisation library" | ||
2 | |||
3 | DESCRIPTION = "libXfont2 provides various services for X servers, most \ | ||
4 | notably font selection and rasterisation (through external libraries \ | ||
5 | such as freetype)." | ||
6 | |||
7 | require xorg-lib-common.inc | ||
8 | |||
9 | LICENSE = "MIT & MIT-style & BSD" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" | ||
11 | |||
12 | DEPENDS += "freetype xtrans fontsproto libfontenc zlib" | ||
13 | |||
14 | XORG_PN = "libXfont2" | ||
15 | |||
16 | BBCLASSEXTEND = "native" | ||
17 | |||
18 | SRC_URI[md5sum] = "0d9f6dd9c23bf4bcbfb00504b566baf5" | ||
19 | SRC_URI[sha256sum] = "e9fbbb475ddd171b3a6a54b989cbade1f6f874fc35d505ebc5be426bc6e4db7e" | ||
20 | |||
21 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | ||
22 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||