also install libgal-a11y
authorPhil Blundell <philb@gnu.org>
Sun, 27 Jun 2004 20:54:05 +0000 (20:54 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 27 Jun 2004 20:54:05 +0000 (20:54 +0000)
BKrev: 40df33edqQGjWDusWS4S2TycfyPZsQ

gal/gal-2.0_1.99.11.oe

index e69de29..722932a 100644 (file)
@@ -0,0 +1,20 @@
+DEPENDS = "intltool libgnomeprint gtk+ libglade libgnomeui libgnomecanvas libxml2 libgnomeprintui"
+
+inherit gnome
+
+SRC_URI = "${GNOME_MIRROR}/gal/1.99/gal-${PV}.tar.bz2 \
+       file://configure.patch;patch=1 \
+       file://forward-decl.patch;patch=1 \
+       file://iconv-detect.h"
+
+S = "${WORKDIR}/gal-${PV}"
+
+do_configure_prepend() {
+       cp ${WORKDIR}/iconv-detect.h ${S}/
+}
+
+do_stage() {
+       gnome_stage_includes
+       oe_libinstall -C gal -so -a libgal-2.0 ${STAGING_LIBDIR}
+       oe_libinstall -C gal/a11y -so -a libgal-a11y-2.0 ${STAGING_LIBDIR}
+}