diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:50:08 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:50:08 +0000 |
commit | 2260186129cc223d5426b3f255b9fc5c3fbe3661 (patch) | |
tree | 82210134c66af183604bee103aecd93fa96a12f1 /meta | |
parent | cde2593bf37acbdf8b7aa77999bb0bb80672452d (diff) | |
download | poky-2260186129cc223d5426b3f255b9fc5c3fbe3661.tar.gz |
libxcursor:added 1.1.8
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1648 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xorg-lib/libxcursor_1.1.8.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxcursor_1.1.8.bb b/meta/packages/xorg-lib/libxcursor_1.1.8.bb new file mode 100644 index 0000000000..bf795757f6 --- /dev/null +++ b/meta/packages/xorg-lib/libxcursor_1.1.8.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require xorg-lib-common.inc | ||
2 | PE = "1" | ||
3 | |||
4 | DESCRIPTION = "X Cursor library" | ||
5 | LICENSE= "BSD-X" | ||
6 | |||
7 | DEPENDS += " libxrender libxfixes virtual/libx11 fixesproto" | ||
8 | |||
9 | XORG_PN = "libXcursor" | ||
10 | |||
11 | FILES_${PN} += "${libdir}/libXcursor.so" | ||