summaryrefslogtreecommitdiff
path: root/openembedded/packages/libxrandr
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-24 07:51:48 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-24 07:51:48 +0000
commitb783a3e2f6744692c80909a70c3674dd316204dc (patch)
treef1e96b860f0c3accf06930f39c9b7d1c53c2bb9b /openembedded/packages/libxrandr
parent63e2f3e549fa5ef0388f5e975ff166e287f64cf4 (diff)
downloadopenembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.gz
openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.bz2
openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.xz
openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.zip
Move xlibs packages to xlibs/ as per changes in OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@335 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/libxrandr')
-rw-r--r--openembedded/packages/libxrandr/files/autofoo.patch30
-rw-r--r--openembedded/packages/libxrandr/libxrandr-1.0.2/autofoo.patch20
-rw-r--r--openembedded/packages/libxrandr/libxrandr_1.0.2.bb15
3 files changed, 0 insertions, 65 deletions
diff --git a/openembedded/packages/libxrandr/files/autofoo.patch b/openembedded/packages/libxrandr/files/autofoo.patch
deleted file mode 100644
index 7b1db760f..000000000
--- a/openembedded/packages/libxrandr/files/autofoo.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- Xrandr/configure.ac~autofoo.patch 2004-07-01 15:01:55.000000000 -0400
-+++ Xrandr/configure.ac 2005-01-16 11:22:09.169651616 -0500
-@@ -33,11 +33,11 @@
- dnl protocol, so Xrandr version l.n.m corresponds to protocol version l.n
- dnl
- AC_INIT(libXrandr, 1.0.2, [keithp@keithp.com], libXrandr)
-+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
---- Xrandr/ChangeLog~autofoo.patch 2004-09-19 04:53:38.000000000 -0400
-+++ Xrandr/ChangeLog 2005-01-16 11:52:29.694889712 -0500
-@@ -1,3 +1,7 @@
-+2005-01-16 Chris Larson <kergoth@handhelds.org>
-+
-+ * configure.ac: Fix to work with automake 1.9.x.
-+
- 2004-09-19 Carlos Romero <kidcrash@freedesktop.org>
-
- * Makefile.am:
diff --git a/openembedded/packages/libxrandr/libxrandr-1.0.2/autofoo.patch b/openembedded/packages/libxrandr/libxrandr-1.0.2/autofoo.patch
deleted file mode 100644
index 21f6e7fd7..000000000
--- a/openembedded/packages/libxrandr/libxrandr-1.0.2/autofoo.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- libXrandr-1.0.2/configure.ac~autofoo 2004-01-15 03:23:00.000000000 -0500
-+++ libXrandr-1.0.2/configure.ac 2005-01-16 11:18:35.924069872 -0500
-@@ -33,11 +33,11 @@
- dnl protocol, so Xrandr version l.n.m corresponds to protocol version l.n
- dnl
- AC_INIT(libXrandr, 1.0.2, [keithp@keithp.com], libXrandr)
-+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/libxrandr/libxrandr_1.0.2.bb b/openembedded/packages/libxrandr/libxrandr_1.0.2.bb
deleted file mode 100644
index ff32e0aa3..000000000
--- a/openembedded/packages/libxrandr/libxrandr_1.0.2.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SECTION = "x11/libs"
-LICENSE = "BSD-X"
-DEPENDS = "randrext x11 libxrender xext"
-DESCRIPTION = "X Resize and Rotate extension library."
-PR = "r1"
-
-SRC_URI = "${XLIBS_MIRROR}/libXrandr-${PV}.tar.bz2 \
- file://autofoo.patch;patch=1"
-S = "${WORKDIR}/libXrandr-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}