blob: 9d41914b26648148c3f0f7c500d248ef0fdcc648 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001LICENSE = "GPLv2"
2SECTION = "x11/gnome/libs"
3
4DEPENDS = "bison-native flex-native libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common freetype"
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7
8inherit gnomebase
9
10SRC_URI += "file://fix.includes.patch \
11 file://freetype.patch \
12 file://0001-configure-use-pkgconfig-for-freetype.patch \
13 file://bison3-support.patch \
14 "
15SRC_URI[archive.md5sum] = "63b05ffb5386e131487c6af30f4c56ac"
16SRC_URI[archive.sha256sum] = "1034ec8651051f84d2424e7a1da61c530422cc20ce5b2d9e107e1e46778d9691"
17GNOME_COMPRESS_TYPE="bz2"
18
19FILES_${PN}-dbg += "\
20 ${libdir}/${PN}/${PV}/modules/.debug \
21 ${libdir}/${PN}/${PV}/modules/*/.debug \
22"
23FILES_${PN}-staticdev += "\
24 ${libdir}/${PN}/${PV}/modules/*.a \
25 ${libdir}/${PN}/${PV}/modules/*/*.a \
26"