aboutsummaryrefslogtreecommitdiffstats
path: root/xdmcp/libxdmcp_0.1.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xdmcp/libxdmcp_0.1.1.oe')
-rw-r--r--xdmcp/libxdmcp_0.1.1.oe21
1 files changed, 0 insertions, 21 deletions
diff --git a/xdmcp/libxdmcp_0.1.1.oe b/xdmcp/libxdmcp_0.1.1.oe
deleted file mode 100644
index 362ca8220f..0000000000
--- a/xdmcp/libxdmcp_0.1.1.oe
+++ /dev/null
@@ -1,21 +0,0 @@
-SECTION = "x11/libs"
-PRIORITY = "optional"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DEPENDS = "xproto"
-PROVIDES = "xdmcp"
-DESCRIPTION = "X Display Manager Control Protocol library."
-PR = "r1"
-S = "${WORKDIR}/libXdmcp-${PV}"
-
-SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2 \
- file://autofoo.patch;patch=1"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}