summaryrefslogtreecommitdiff
path: root/openembedded/packages/xcomposite
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/xcomposite')
-rw-r--r--openembedded/packages/xcomposite/xcomposite-1.0.1/autofoo.patch17
-rw-r--r--openembedded/packages/xcomposite/xcomposite_1.0.1.bb19
-rw-r--r--openembedded/packages/xcomposite/xcomposite_cvs.bb14
3 files changed, 0 insertions, 50 deletions
diff --git a/openembedded/packages/xcomposite/xcomposite-1.0.1/autofoo.patch b/openembedded/packages/xcomposite/xcomposite-1.0.1/autofoo.patch
deleted file mode 100644
index 072cf2521..000000000
--- a/openembedded/packages/xcomposite/xcomposite-1.0.1/autofoo.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: libXcomposite-1.0.1/configure.ac
-===================================================================
---- libXcomposite-1.0.1.orig/configure.ac 2004-01-15 03:59:12.000000000 -0500
-+++ libXcomposite-1.0.1/configure.ac 2005-01-18 17:05:25.573929256 -0500
-@@ -33,11 +33,11 @@
- dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n
- dnl
- AC_INIT(libXcomposite, 1.0.1, [keithp@keithp.com], libXcomposite)
-+AC_CONFIG_AUX_DIR(.)
- AM_INIT_AUTOMAKE([dist-bzip2])
- AM_MAINTAINER_MODE
-
- AM_CONFIG_HEADER(config.h)
--AC_CONFIG_AUX_DIR(.)
-
- # Check for progs
- AC_PROG_CC
diff --git a/openembedded/packages/xcomposite/xcomposite_1.0.1.bb b/openembedded/packages/xcomposite/xcomposite_1.0.1.bb
deleted file mode 100644
index 1e8d96ce2..000000000
--- a/openembedded/packages/xcomposite/xcomposite_1.0.1.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SECTION = "x11/libs"
-LICENSE= "BSD-X"
-DEPENDS = "x11 compositeext xextensions libxfixes"
-DESCRIPTION = "X Composite extension library."
-PR = "r1"
-
-SRC_URI = "${XLIBS_MIRROR}/libXcomposite-${PV}.tar.bz2 \
- file://autofoo.patch;patch=1"
-S = "${WORKDIR}/libXcomposite-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}
diff --git a/openembedded/packages/xcomposite/xcomposite_cvs.bb b/openembedded/packages/xcomposite/xcomposite_cvs.bb
deleted file mode 100644
index 8469e9c36..000000000
--- a/openembedded/packages/xcomposite/xcomposite_cvs.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-PV = "0.0+cvs${SRCDATE}"
-LICENSE= "BSD-X"
-SECTION = "x11/libs"
-DEPENDS = "x11 compositeext xextensions libxfixes"
-DESCRIPTION = "X Composite extension library."
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcomposite"
-S = "${WORKDIR}/Xcomposite"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}