summaryrefslogtreecommitdiff
path: root/imlib2/imlib2-native_1.1.0.oe
blob: 297db95adce7c26d3f74bdd386ec74a0c4c31125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include imlib2_${PV}.oe
inherit native
DEPENDS = "freetype-native"
EXTRA_OECONF = "--without-x"

FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/imlib2-${PV}"

do_configure () {
        rm -f ${S}/libltdl/acinclude.m4
        autotools_do_configure
}

do_stage () {
        oe_libinstall -a -so -C src libImlib2 ${STAGING_LIBDIR}/
        install -m 0644 ${S}/src/Imlib2.h ${STAGING_INCDIR}/
}