aboutsummaryrefslogtreecommitdiffstats
path: root/packages/imlib2/imlib2-native_1.1.0.bb
blob: 4de6b1a3894864fa5f0fd3f9833b60acd23d0746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "A graphic library for file loading, saving, rendering, and \
manipulation."
HOMEPAGE = "http://www.enlightenment.org"
MAINTAINER = "Carsten Haitzler (Rasterman) <raster@rasterman.com>"
LICENSE = "BSD"
SECTION = "e/libs"
PRIORITY = "optional"
include imlib2.bb
inherit native
DEPENDS = "freetype-native libpng-native jpeg-native"

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