Age | Commit message (Collapse) | Author | Files |
|
|
|
fixes 2317.
|
|
|
|
openmoko-feedreader2 and openmoko-browser2
|
|
before: 3.0M armv5te/libwebkitgtk1_0.1+svnr27222-r3_armv5te.ipk
after: 2.3M armv5te/libwebkitgtk1_0.1+svnr27222-r3_armv5te.ipk
|
|
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.
|
|
Unifiy the WebKit recipe and allow to build the Gtk+, Qt
and Qtopia port. Add classes/qtopia4core.bbclass to assist
building for Qtopia. Change the WebKit.pro to currently not
build the testkjs and DumpRenderTree test utilities.
|
|
Move the LFLAGS to the end of the linker line. Otherwise a package (e.g. webkit)
will try to link to the library in the staging directory and not to the one
recently built.
Remove the unstage hack from webkit-gtk as it is not needed anymore.
|
|
|
|
|
|
|
|
|
|
Add a qmake2.bbclass which currently takes over the role of qt4x11.bbclass
with setting the QTDIR, MOC, UIC properly. qmake2 and qmake now share
qmake-base.bbclass this is why some var assignments and functions have
been moved around.
Make webkit-gtk use qmake2 to eliminate the Qt3 and Qt4/X11 dependency.
|
|
|