summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/libxcursor
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/libxcursor')
-rw-r--r--openembedded/packages/libxcursor/files/autofoo.patch22
-rw-r--r--openembedded/packages/libxcursor/libxcursor-1.1.2/autofoo.patch20
-rw-r--r--openembedded/packages/libxcursor/libxcursor_1.1.2.bb23
3 files changed, 65 insertions, 0 deletions
diff --git a/openembedded/packages/libxcursor/files/autofoo.patch b/openembedded/packages/libxcursor/files/autofoo.patch
new file mode 100644
index 0000000000..7aa573ce13
--- /dev/null
+++ b/openembedded/packages/libxcursor/files/autofoo.patch
@@ -0,0 +1,22 @@
1
2#
3# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4#
5
6Index: Xcursor/configure.ac
7===================================================================
8--- Xcursor.orig/configure.ac 2004-04-12 10:11:12.000000000 -0400
9+++ Xcursor/configure.ac 2005-01-18 16:04:36.860617992 -0500
10@@ -31,11 +31,11 @@
11 dnl not possible to extract the version number here from Xcursor.h
12 dnl
13 AC_INIT([libXcursor],1.1.3,[keithp@keithp.com],[libXcursor])
14+AC_CONFIG_AUX_DIR(.)
15 AM_INIT_AUTOMAKE([dist-bzip2])
16 AC_CONFIG_SRCDIR([Makefile.am])
17 AM_MAINTAINER_MODE
18 AM_CONFIG_HEADER(config.h)
19-AC_CONFIG_AUX_DIR(.)
20
21 dnl libtool versioning
22
diff --git a/openembedded/packages/libxcursor/libxcursor-1.1.2/autofoo.patch b/openembedded/packages/libxcursor/libxcursor-1.1.2/autofoo.patch
new file mode 100644
index 0000000000..99cd45a7ea
--- /dev/null
+++ b/openembedded/packages/libxcursor/libxcursor-1.1.2/autofoo.patch
@@ -0,0 +1,20 @@
1
2#
3# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4#
5
6--- libXcursor-1.1.2/configure.ac~autofoo 2004-01-16 23:38:26.000000000 -0500
7+++ libXcursor-1.1.2/configure.ac 2005-01-18 13:40:06.539707120 -0500
8@@ -31,11 +31,11 @@
9 dnl not possible to extract the version number here from Xcursor.h
10 dnl
11 AC_INIT([libXcursor],1.1.2,[keithp@keithp.com],[libXcursor])
12+AC_CONFIG_AUX_DIR(.)
13 AM_INIT_AUTOMAKE([dist-bzip2])
14 AC_CONFIG_SRCDIR([Makefile.am])
15 AM_MAINTAINER_MODE
16 AM_CONFIG_HEADER(config.h)
17-AC_CONFIG_AUX_DIR(.)
18
19 dnl libtool versioning
20
diff --git a/openembedded/packages/libxcursor/libxcursor_1.1.2.bb b/openembedded/packages/libxcursor/libxcursor_1.1.2.bb
new file mode 100644
index 0000000000..d948ff50d1
--- /dev/null
+++ b/openembedded/packages/libxcursor/libxcursor_1.1.2.bb
@@ -0,0 +1,23 @@
1SECTION = "x11/libs"
2LICENSE= "BSD-X"
3PRIORITY = "optional"
4MAINTAINER = "Phil Blundell <pb@handhelds.org>"
5DESCRIPTION = "X Cursor library"
6DEPENDS = "libxfixes"
7PR = "r2"
8
9SRC_URI = "${XLIBS_MIRROR}/libXcursor-${PV}.tar.bz2 \
10 file://autofoo.patch;patch=1"
11S = "${WORKDIR}/libXcursor-${PV}"
12FILES_${PN} += "${libdir}/libXcursor.so"
13
14inherit autotools pkgconfig
15
16do_stage() {
17 oe_runmake install prefix=${STAGING_DIR} \
18 bindir=${STAGING_BINDIR} \
19 includedir=${STAGING_INCDIR} \
20 libdir=${STAGING_LIBDIR} \
21 datadir=${STAGING_DATADIR} \
22 mandir=${STAGING_DIR}/man
23}