Changes between Version 16 and Version 17 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Oct 13, 2011 2:01:36 AM (12 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v16 v17  
    2323      * Dependencies needed for XCB back-end: {{{fakeroot apt-get install libxcb1 libxcb1-dev libx11-xcb1 libx11-xcb-dev libxcb-keysyms1 libxcb-keysyms1-dev libxcb-image0 libxcb-image0-dev libxcb-shm0 libxcb-shm0-dev libxcb-icccm1 libxcb-icccm1-dev libxcb-sync0 libxcb-sync0-dev libxcb-xfixes0-dev}}}
    2424      * Ensure the render packages are gone: {{{fakeroot apt-get remove --purge libxcb-render-util0 libxcb-render-util0-dev}}}
    25    * Apply Jocelyn's xinput2 patch to qtbase: {{{http://paste.ubuntu.com/705342/}}}
     25   * Apply the combined xinput2/harmattan patches to qtbase: Download {{{wget -O patch.txt http://paste.ubuntu.com/707217/}}} and apply with {{{git am -3 patch.txt}}}
    2626   * DO NOT USE SHADOW BUILDS OF QT (MODULES) AT THE MOMENT.
    2727   * Configure & build qtbase: {{{cd qtbase && configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config}}} followed by {{{make}}}