more fun with DEPENDS
authorPhil Blundell <philb@gnu.org>
Wed, 20 Oct 2004 17:53:13 +0000 (17:53 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 20 Oct 2004 17:53:13 +0000 (17:53 +0000)
BKrev: 4176a609E14L2tx31x5a3e_8q8g6Xg

libxi/libxi_6.0.1.oe
libxi/libxi_cvs.oe

index 27363fe..2fda039 100644 (file)
@@ -1,7 +1,6 @@
 DESCRIPTION = "X Input Extension library"
 SECTION = "x11/libs"
-
-DEPENDS = "xproto"
+DEPENDS = "xproto x11 xextensions"
 
 SRC_URI = "${XLIBS_MIRROR}/libXi-${PV}.tar.bz2"
 S = "${WORKDIR}/libXi-${PV}"
index e69de29..10aa050 100644 (file)
@@ -0,0 +1,17 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "x11/libs"
+DEPENDS = "xproto x11 xextensions"
+DESCRIPTION = "X Input extension library."
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xi"
+S = "${WORKDIR}/Xi"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}