diff options
Diffstat (limited to 'meta/packages/xlibs/libxcursor_1.1.2.bb')
| -rw-r--r-- | meta/packages/xlibs/libxcursor_1.1.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/xlibs/libxcursor_1.1.2.bb b/meta/packages/xlibs/libxcursor_1.1.2.bb new file mode 100644 index 0000000000..25744c7dca --- /dev/null +++ b/meta/packages/xlibs/libxcursor_1.1.2.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SECTION = "x11/libs" | ||
| 2 | LICENSE= "BSD-X" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | MAINTAINER = "Phil Blundell <pb@handhelds.org>" | ||
| 5 | DESCRIPTION = "X Cursor library" | ||
| 6 | DEPENDS = "libxfixes" | ||
| 7 | PR = "r2" | ||
| 8 | |||
| 9 | SRC_URI = "${XLIBS_MIRROR}/libXcursor-${PV}.tar.bz2 \ | ||
| 10 | file://autofoo.patch;patch=1" | ||
| 11 | S = "${WORKDIR}/libXcursor-${PV}" | ||
| 12 | FILES_${PN} += "${libdir}/libXcursor.so" | ||
| 13 | |||
| 14 | inherit autotools pkgconfig | ||
| 15 | |||
| 16 | do_stage() { | ||
| 17 | autotools_stage_all | ||
| 18 | } | ||
