From: Ross Burton Date: Mon, 14 May 2007 10:10:55 +0000 (+0000) Subject: Remove the .so-in-main-package hack, libX11 doesn't look for libXcursor.so anymore... X-Git-Tag: 2011-1~11692 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6adf41f604bcab6039dfbdda7fc53c4b7ed1c28e;p=openembedded-core.git 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 --- 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" DEPENDS += " libxrender libxfixes virtual/libx11 fixesproto" XORG_PN = "libXcursor" - -FILES_${PN} += "${libdir}/libXcursor.so"