blob: 1fab5cb29221d7b818801e0e069ab977099d88d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include imlib2.inc
SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/imlib2;date=${PV}"
S = "${WORKDIR}/imlib2"
DEPENDS += "x11 xext"
EXTRA_OECONF = "--disable-mmx \
--with-x \
--x-includes=${STAGING_INCDIR} \
--x-libraries=${STAGING_LIBDIR}"
|