diff options
Diffstat (limited to 'packages/libxcursor')
-rw-r--r-- | packages/libxcursor/files/autofoo.patch | 0 | ||||
-rw-r--r-- | packages/libxcursor/libxcursor-1.1.2/autofoo.patch | 0 | ||||
-rw-r--r-- | packages/libxcursor/libxcursor_1.1.2.bb | 21 | ||||
-rw-r--r-- | packages/libxcursor/libxcursor_cvs.bb | 22 |
4 files changed, 43 insertions, 0 deletions
diff --git a/packages/libxcursor/files/autofoo.patch b/packages/libxcursor/files/autofoo.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libxcursor/files/autofoo.patch diff --git a/packages/libxcursor/libxcursor-1.1.2/autofoo.patch b/packages/libxcursor/libxcursor-1.1.2/autofoo.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libxcursor/libxcursor-1.1.2/autofoo.patch diff --git a/packages/libxcursor/libxcursor_1.1.2.bb b/packages/libxcursor/libxcursor_1.1.2.bb index e69de29bb2..b4f0400b11 100644 --- a/packages/libxcursor/libxcursor_1.1.2.bb +++ b/packages/libxcursor/libxcursor_1.1.2.bb @@ -0,0 +1,21 @@ +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DESCRIPTION = "X Cursor library" +DEPENDS = "libxfixes" +PR = "r1" + +SRC_URI = "${XLIBS_MIRROR}/libXcursor-${PV}.tar.bz2 \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/libXcursor-${PV}" + +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 +} diff --git a/packages/libxcursor/libxcursor_cvs.bb b/packages/libxcursor/libxcursor_cvs.bb index e69de29bb2..668395d07a 100644 --- a/packages/libxcursor/libxcursor_cvs.bb +++ b/packages/libxcursor/libxcursor_cvs.bb @@ -0,0 +1,22 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DESCRIPTION = "X Cursor library" +DEPENDS = "libxfixes" +PR = "r1" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcursor \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/Xcursor" + +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 +} |