summaryrefslogtreecommitdiffstats
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)
downloadpoky-b783a3e2f6744692c80909a70c3674dd316204dc.tar.gz
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 7b1db760f2..0000000000
--- a/openembedded/packages/libxrandr/files/autofoo.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1
2#
3# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4#
5
6--- Xrandr/configure.ac~autofoo.patch 2004-07-01 15:01:55.000000000 -0400
7+++ Xrandr/configure.ac 2005-01-16 11:22:09.169651616 -0500
8@@ -33,11 +33,11 @@
9 dnl protocol, so Xrandr version l.n.m corresponds to protocol version l.n
10 dnl
11 AC_INIT(libXrandr, 1.0.2, [keithp@keithp.com], libXrandr)
12+AC_CONFIG_AUX_DIR(.)
13 AM_INIT_AUTOMAKE([dist-bzip2])
14 AM_MAINTAINER_MODE
15
16 AM_CONFIG_HEADER(config.h)
17-AC_CONFIG_AUX_DIR(.)
18
19 # Check for progs
20 AC_PROG_CC
21--- Xrandr/ChangeLog~autofoo.patch 2004-09-19 04:53:38.000000000 -0400
22+++ Xrandr/ChangeLog 2005-01-16 11:52:29.694889712 -0500
23@@ -1,3 +1,7 @@
24+2005-01-16 Chris Larson <kergoth@handhelds.org>
25+
26+ * configure.ac: Fix to work with automake 1.9.x.
27+
28 2004-09-19 Carlos Romero <kidcrash@freedesktop.org>
29
30 * 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 21f6e7fd78..0000000000
--- a/openembedded/packages/libxrandr/libxrandr-1.0.2/autofoo.patch
+++ /dev/null
@@ -1,20 +0,0 @@
1
2#
3# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4#
5
6--- libXrandr-1.0.2/configure.ac~autofoo 2004-01-15 03:23:00.000000000 -0500
7+++ libXrandr-1.0.2/configure.ac 2005-01-16 11:18:35.924069872 -0500
8@@ -33,11 +33,11 @@
9 dnl protocol, so Xrandr version l.n.m corresponds to protocol version l.n
10 dnl
11 AC_INIT(libXrandr, 1.0.2, [keithp@keithp.com], libXrandr)
12+AC_CONFIG_AUX_DIR(.)
13 AM_INIT_AUTOMAKE([dist-bzip2])
14 AM_MAINTAINER_MODE
15
16 AM_CONFIG_HEADER(config.h)
17-AC_CONFIG_AUX_DIR(.)
18
19 # Check for progs
20 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 ff32e0aa35..0000000000
--- a/openembedded/packages/libxrandr/libxrandr_1.0.2.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1SECTION = "x11/libs"
2LICENSE = "BSD-X"
3DEPENDS = "randrext x11 libxrender xext"
4DESCRIPTION = "X Resize and Rotate extension library."
5PR = "r1"
6
7SRC_URI = "${XLIBS_MIRROR}/libXrandr-${PV}.tar.bz2 \
8 file://autofoo.patch;patch=1"
9S = "${WORKDIR}/libXrandr-${PV}"
10
11inherit autotools pkgconfig
12
13do_stage() {
14 autotools_stage_all
15}