summaryrefslogtreecommitdiff
path: root/gal
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-27 20:54:05 +0000
committerPhil Blundell <philb@gnu.org>2004-06-27 20:54:05 +0000
commit7531aede88ea0522461ebaec6f103892f9b64b21 (patch)
tree3fa1d528b8d541bcbe83814d3c5040e7bfd6b753 /gal
parent44850d8db5d4881a917580e081175a1ca607a2e3 (diff)
also install libgal-a11y
BKrev: 40df33edqQGjWDusWS4S2TycfyPZsQ
Diffstat (limited to 'gal')
-rw-r--r--gal/gal-2.0_1.99.11.oe20
1 files changed, 20 insertions, 0 deletions
diff --git a/gal/gal-2.0_1.99.11.oe b/gal/gal-2.0_1.99.11.oe
index e69de29bb2..722932ae6e 100644
--- a/gal/gal-2.0_1.99.11.oe
+++ b/gal/gal-2.0_1.99.11.oe
@@ -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}
+}