diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-22 12:56:26 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-22 12:56:26 +0000 |
commit | 69a75e984dd4bf196ef1f4a6024e6f4b5a1befd4 (patch) | |
tree | bc0b8e14b085970f826fefd958a11a9a940a2473 /libxfixes/libxfixes_cvs.oe | |
parent | 9dc4c9e934eee5a70c21f62dfcbf4c8ee3b2f2f4 (diff) |
fix section for libx* things
BKrev: 4151767anVTzWy8ORQ5CFxCneVVX5g
Diffstat (limited to 'libxfixes/libxfixes_cvs.oe')
-rw-r--r-- | libxfixes/libxfixes_cvs.oe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libxfixes/libxfixes_cvs.oe b/libxfixes/libxfixes_cvs.oe index e69de29bb2..b1e3c5a52e 100644 --- a/libxfixes/libxfixes_cvs.oe +++ b/libxfixes/libxfixes_cvs.oe @@ -0,0 +1,17 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +DEPENDS = "x11 fixesext" +DESCRIPTION = "X Fixes extension library." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfixes" +S = "${WORKDIR}/Xfixes" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} |