blob: d3f65091510fcd13e95e1b2b6453b8217fedd6db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require cairo.inc
DEPENDS = "directfb libsm libpng fontconfig"
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \
file://cairo_directfb_is_similar-typo.patch;patch=1 \
"
EXTRA_OECONF += " --enable-directfb \
--disable-xlib \
--disable-win32"
LDFLAGS_append += " -ldirectfb"
CFLAGS_append += " -I${STAGING_INCDIR}/directfb"
PR = "r0"
S = "${WORKDIR}/cairo-${PV}"
|