diff options
Diffstat (limited to 'packages/libxcursor')
-rw-r--r-- | packages/libxcursor/libxcursor_1.1.2.bb | 3 | ||||
-rw-r--r-- | packages/libxcursor/libxcursor_cvs.bb | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/packages/libxcursor/libxcursor_cvs.bb b/packages/libxcursor/libxcursor_cvs.bb index 24ff0d0052..53d38b830f 100644 --- a/packages/libxcursor/libxcursor_cvs.bb +++ b/packages/libxcursor/libxcursor_cvs.bb @@ -5,11 +5,12 @@ PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" DESCRIPTION = "X Cursor library" DEPENDS = "libxfixes" -PR = "r1" +PR = "r2" SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcursor \ file://autofoo.patch;patch=1" S = "${WORKDIR}/Xcursor" +FILES_${PN} += "${libdir}/libXcursor.so" inherit autotools pkgconfig |