aboutsummaryrefslogtreecommitdiffstats
path: root/packages/imlib2/imlib2-native_1.1.0.bb
blob: bf7efa7d4225a45ff793e869d687e200185b0357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "A graphic library for file loading, saving, rendering, and \
manipulation."
HOMEPAGE = "http://www.enlightenment.org"
MAINTAINER = "Carsten Haitzler (Rasterman) <raster@rasterman.com>"
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}/
}