]> code.ossystems Code Review - openembedded-core.git/commit
qt4: fix deps in libQtWebkit.la and QtWebKit.pc
authorAndreas Oberritter <obi@opendreambox.org>
Wed, 7 Mar 2012 20:36:28 +0000 (21:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Mar 2012 11:44:45 +0000 (11:44 +0000)
commit4c41a3204ef72f53813ddc86fe525fa9c6714daa
tree0049040daeee2b75f505c58631f17dd94892ba01
parent92a8d604674bd500fdb4008bc34791776c84ae33
qt4: fix deps in libQtWebkit.la and QtWebKit.pc

* Both files contain -L../../WebCore/release -L../../JavaScriptCore/release -lwebcore -ljscore
* These paths and libs don't get installed.
* When building a shared lib with libtool, that links
  with libQtWebKit, libtool adds these unneeded parameters
  to the linker command-line, thus linking fails.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/recipes-qt/qt4/qt4-embedded.inc
meta/recipes-qt/qt4/qt4-x11-free.inc
meta/recipes-qt/qt4/qt4.inc