diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-16 13:59:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-16 13:59:14 +0000 |
commit | e20f26d7814ebcfccb5a02cd609bf9892c234c7e (patch) | |
tree | 11ddb46647fec0f849afaae9992b4eb5927e184f /packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb | |
parent | 00a1aa7d8aa69edfcde4cbb2c96597c1f63e6a43 (diff) |
rename xorg-lib to something more appropriate
Diffstat (limited to 'packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb')
-rw-r--r-- | packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb b/packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb new file mode 100644 index 0000000000..8ed426fec3 --- /dev/null +++ b/packages/obsolete/freedesktop-premodular-xlibs/libxcursor_1.1.2.bb @@ -0,0 +1,18 @@ +SECTION = "x11/libs" +LICENSE= "BSD-X" +PRIORITY = "optional" +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() { + autotools_stage_all +} + |