libattr: remove libattr because it is clashing with udev/attr and is not used by...
[openembedded.git] / recipes / gimp / gegl_git.bb
blob8952cab90ee1bdb6da4797a9638c57345a8472dc
1 DESCRIPTION = "GEGL (Generic Graphics Library) is a graph based image processing framework."
2 LICENSE = "LGPL"
3 DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl"
5 SRCREV = "fc674b5420cbc48f4dc6224381b8799db4e7afc4"
6 PV = "0.1.3"
7 PE = "1"
8 PR = "r1+gitr${SRCREV}"
10 inherit gnome
12 SRC_URI = "git://git.gnome.org/gegl;protocol=git \
15 S = "${WORKDIR}/git"
17 EXTRA_OECONF = "--disable-docs "
19 FILES_${PN} += "${libdir}/gegl-*"
20 FILES_${PN}-dbg += "${libdir}/gegl-*/.debug"