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-gtk_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-gtk_svn.bb')
-rw-r--r-- | packages/webkit/webkit-gtk_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/webkit/webkit-gtk_svn.bb b/packages/webkit/webkit-gtk_svn.bb index 4722999949..262c6820db 100644 --- a/packages/webkit/webkit-gtk_svn.bb +++ b/packages/webkit/webkit-gtk_svn.bb @@ -1,14 +1,16 @@ DEPENDS = "curl icu libxml2 cairo libxslt libidn gnutls gtk+" + WEBKIT_PORT = "gtk-port" WEBKIT_EXTRA_OPTIONS = "CONFIG-=qt" -PACKAGES =+ "webkit-gtklauncher-dbg webkit-gtklauncher" FILES_webkit-gtklauncher = "${bindir}/GtkLauncher" FILES_webkit-gtklauncher-dbg = "${bindir}/.debug/GtkLauncher" require webkit.inc +PR = "r3" + do_install() { install -d ${D}${bindir} install -d ${D}${libdir} |