diff options
Diffstat (limited to 'packages/libxcursor/libxcursor_1.1.2.bb')
-rw-r--r-- | packages/libxcursor/libxcursor_1.1.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libxcursor/libxcursor_1.1.2.bb b/packages/libxcursor/libxcursor_1.1.2.bb index d3be76a4f3..d948ff50d1 100644 --- a/packages/libxcursor/libxcursor_1.1.2.bb +++ b/packages/libxcursor/libxcursor_1.1.2.bb @@ -4,11 +4,12 @@ PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" DESCRIPTION = "X Cursor library" DEPENDS = "libxfixes" -PR = "r1" +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 |