diff options
author | Phil Blundell <philb@gnu.org> | 2004-12-05 18:45:45 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-12-05 18:45:45 +0000 |
commit | 2b544607de52761315f459a8a93ebd94880e98e8 (patch) | |
tree | dde7a826669c043ac9802dac9206bf3c94b4821b | |
parent | c739ee9810569863cb5b7ce6a171bf4dace139f7 (diff) |
correct libxxf86dga staging
BKrev: 41b35759xL2b7uxWSNx3K1630aXrsw
-rw-r--r-- | libxxf86dga/libxxf86dga_cvs.oe | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libxxf86dga/libxxf86dga_cvs.oe b/libxxf86dga/libxxf86dga_cvs.oe index e69de29bb2..bb83a7394d 100644 --- a/libxxf86dga/libxxf86dga_cvs.oe +++ b/libxxf86dga/libxxf86dga_cvs.oe @@ -0,0 +1,14 @@ +PV = "0.0cvs${CVSDATE}" + +SECTION = "x11/libs" +DEPENDS = "x11 xext xxf86dgaext" +DESCRIPTION = "Xxf86dga extension library." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xxf86dga" +S = "${WORKDIR}/Xxf86dga" + +inherit autotools pkgconfig + +do_stage() { + oe_libinstall -so -a libXxf86dga ${STAGING_LIBDIR} +} |