summaryrefslogtreecommitdiff
path: root/xft
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-21 07:49:29 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-21 07:49:29 +0000
commit3e70cf4823ee4cdfad3b51987be9afd211d3f989 (patch)
treefe816ffb2685c1e016ecbc6ef8125ebb0b8b50e8 /xft
parentf2c78c865f8b9c7787d3dfd0022e63c12da3d87e (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/07/21 08:42:47+02:00 uni-frankfurt.de!mickey remove xft (dup. of libxft although it seems improperly named to me) and let libxft provide xft BKrev: 40fe2009arlglsWMydBnH_C-y0XBuw
Diffstat (limited to 'xft')
-rw-r--r--xft/xft_cvs.oe19
1 files changed, 0 insertions, 19 deletions
diff --git a/xft/xft_cvs.oe b/xft/xft_cvs.oe
deleted file mode 100644
index 5ac2843ad0..0000000000
--- a/xft/xft_cvs.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "fontconfig freetype libxrender"
-DESCRIPTION = "X freetype libary (used by the X server)."
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xft"
-S = "${WORKDIR}/Xft"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DATADIR}/man
-}