diff options
author | Ross Burton <ross@openedhand.com> | 2007-05-14 10:10:55 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-05-14 10:10:55 +0000 |
commit | 6adf41f604bcab6039dfbdda7fc53c4b7ed1c28e (patch) | |
tree | 3baaa72ee6abb41f9ff1e4f45efec219d5c9a609 /meta | |
parent | ff85e192973d641fb5758a03f13ba3126607259c (diff) | |
download | poky-6adf41f604bcab6039dfbdda7fc53c4b7ed1c28e.tar.gz |
Remove the .so-in-main-package hack, libX11 doesn't look for libXcursor.so anymore but correctly loads libXcursor.so.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1721 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xorg-lib/libxcursor_1.1.8.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/packages/xorg-lib/libxcursor_1.1.8.bb b/meta/packages/xorg-lib/libxcursor_1.1.8.bb index bf795757f6..2c29c98fee 100644 --- a/meta/packages/xorg-lib/libxcursor_1.1.8.bb +++ b/meta/packages/xorg-lib/libxcursor_1.1.8.bb | |||
@@ -7,5 +7,3 @@ LICENSE= "BSD-X" | |||
7 | DEPENDS += " libxrender libxfixes virtual/libx11 fixesproto" | 7 | DEPENDS += " libxrender libxfixes virtual/libx11 fixesproto" |
8 | 8 | ||
9 | XORG_PN = "libXcursor" | 9 | XORG_PN = "libXcursor" |
10 | |||
11 | FILES_${PN} += "${libdir}/libXcursor.so" | ||