summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/libxrandr
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
committerRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
commit4b46c1f6e891b1ddd5968536440b888661fade3e (patch)
treee0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/libxrandr
downloadpoky-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 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.bb19
3 files changed, 69 insertions, 0 deletions
diff --git a/openembedded/packages/libxrandr/files/autofoo.patch b/openembedded/packages/libxrandr/files/autofoo.patch
new file mode 100644
index 0000000000..7b1db760f2
--- /dev/null
+++ b/openembedded/packages/libxrandr/files/autofoo.patch
@@ -0,0 +1,30 @@
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
new file mode 100644
index 0000000000..21f6e7fd78
--- /dev/null
+++ b/openembedded/packages/libxrandr/libxrandr-1.0.2/autofoo.patch
@@ -0,0 +1,20 @@
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
new file mode 100644
index 0000000000..8d646539cb
--- /dev/null
+++ b/openembedded/packages/libxrandr/libxrandr_1.0.2.bb
@@ -0,0 +1,19 @@
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 oe_runmake install prefix=${STAGING_DIR} \
15 bindir=${STAGING_BINDIR} \
16 includedir=${STAGING_INCDIR} \
17 libdir=${STAGING_LIBDIR} \
18 datadir=${STAGING_DATADIR}
19}