mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
Add gtk+, avahi, dbus-0.34 (.36 coming soon) and dependencies. Fix x11-common breakage.
git-svn-id: https://svn.o-hand.com/repos/poky@13 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
22
openembedded/packages/libxcursor/files/autofoo.patch
Normal file
22
openembedded/packages/libxcursor/files/autofoo.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
#
|
||||
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
|
||||
#
|
||||
|
||||
Index: Xcursor/configure.ac
|
||||
===================================================================
|
||||
--- Xcursor.orig/configure.ac 2004-04-12 10:11:12.000000000 -0400
|
||||
+++ Xcursor/configure.ac 2005-01-18 16:04:36.860617992 -0500
|
||||
@@ -31,11 +31,11 @@
|
||||
dnl not possible to extract the version number here from Xcursor.h
|
||||
dnl
|
||||
AC_INIT([libXcursor],1.1.3,[keithp@keithp.com],[libXcursor])
|
||||
+AC_CONFIG_AUX_DIR(.)
|
||||
AM_INIT_AUTOMAKE([dist-bzip2])
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
AM_MAINTAINER_MODE
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
-AC_CONFIG_AUX_DIR(.)
|
||||
|
||||
dnl libtool versioning
|
||||
|
||||
20
openembedded/packages/libxcursor/libxcursor-1.1.2/autofoo.patch
vendored
Normal file
20
openembedded/packages/libxcursor/libxcursor-1.1.2/autofoo.patch
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
#
|
||||
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
|
||||
#
|
||||
|
||||
--- libXcursor-1.1.2/configure.ac~autofoo 2004-01-16 23:38:26.000000000 -0500
|
||||
+++ libXcursor-1.1.2/configure.ac 2005-01-18 13:40:06.539707120 -0500
|
||||
@@ -31,11 +31,11 @@
|
||||
dnl not possible to extract the version number here from Xcursor.h
|
||||
dnl
|
||||
AC_INIT([libXcursor],1.1.2,[keithp@keithp.com],[libXcursor])
|
||||
+AC_CONFIG_AUX_DIR(.)
|
||||
AM_INIT_AUTOMAKE([dist-bzip2])
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
AM_MAINTAINER_MODE
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
-AC_CONFIG_AUX_DIR(.)
|
||||
|
||||
dnl libtool versioning
|
||||
|
||||
23
openembedded/packages/libxcursor/libxcursor_1.1.2.bb
Normal file
23
openembedded/packages/libxcursor/libxcursor_1.1.2.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
SECTION = "x11/libs"
|
||||
LICENSE= "BSD-X"
|
||||
PRIORITY = "optional"
|
||||
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
|
||||
DESCRIPTION = "X Cursor library"
|
||||
DEPENDS = "libxfixes"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "${XLIBS_MIRROR}/libXcursor-${PV}.tar.bz2 \
|
||||
file://autofoo.patch;patch=1"
|
||||
S = "${WORKDIR}/libXcursor-${PV}"
|
||||
FILES_${PN} += "${libdir}/libXcursor.so"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
oe_runmake install prefix=${STAGING_DIR} \
|
||||
bindir=${STAGING_BINDIR} \
|
||||
includedir=${STAGING_INCDIR} \
|
||||
libdir=${STAGING_LIBDIR} \
|
||||
datadir=${STAGING_DATADIR} \
|
||||
mandir=${STAGING_DIR}/man
|
||||
}
|
||||
Reference in New Issue
Block a user