From 95efeafc86f47592b37c44f2f7314324cc04250d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 2 Sep 2005 11:50:01 +0000 Subject: 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 --- .../packages/libxcursor/libxcursor_1.1.2.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 openembedded/packages/libxcursor/libxcursor_1.1.2.bb (limited to 'openembedded/packages/libxcursor/libxcursor_1.1.2.bb') 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 000000000..d948ff50d --- /dev/null +++ b/openembedded/packages/libxcursor/libxcursor_1.1.2.bb @@ -0,0 +1,23 @@ +SECTION = "x11/libs" +LICENSE= "BSD-X" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +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 +} -- cgit v1.2.3