diff options
author | Holger Freyther <zecke@selfish.org> | 2007-10-25 22:45:56 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-10-25 22:45:56 +0000 |
commit | 279d19cb2b497fd1168adfc5fa5008e11e10a538 (patch) | |
tree | b89ac19fd48860849226f97e1c73a6604e7e07f0 /packages/webkit/webkit-qtopia_svn.bb | |
parent | a5c64e02cdd62a588fdb3ef9fbeab9dfb7e1a742 (diff) |
packages/webkit: Build and package naming fixes (when using debian renaming)
We do not want the package to be named libwebkitgtk-launcher but want to
keep the webkit-gtklauncher names. The same applies to Qt and Qtopia.
Use my Gtk+ API defines for the WebKit/Qt port as well.
Diffstat (limited to 'packages/webkit/webkit-qtopia_svn.bb')
-rw-r--r-- | packages/webkit/webkit-qtopia_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/webkit/webkit-qtopia_svn.bb b/packages/webkit/webkit-qtopia_svn.bb index 706f0f1cd1..6ea22b72ca 100644 --- a/packages/webkit/webkit-qtopia_svn.bb +++ b/packages/webkit/webkit-qtopia_svn.bb @@ -1,4 +1,6 @@ require webkit-qt.inc inherit qtopia4core -PR = "r1" +WEBKIT_EXTRA_OPTIONS += "QT+=xml QT+=network" + +PR = "r5" |