summaryrefslogtreecommitdiff
path: root/packages/efl/imlib2-native_20060128.bb
blob: 11c2fa4b89a43ccd179377c79f51ca394f552511 (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"

inherit native
PROVIDES = "imlib2-native"
DEPENDS = "freetype-native libpng-native jpeg-native"

EXTRA_OECONF = "--disable-mmx \
                --without-x"