Changes between Version 28 and Version 29 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Oct 14, 2011 4:00:11 AM (13 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v28 v29  
    2727      * 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}}}
    2828      * Ensure the render packages are gone: {{{fakeroot apt-get remove --purge libxcb-render-util0 libxcb-render-util0-dev}}}
    29    * Apply the combined xinput2/harmattan patches to qtbase: Download {{{wget -O patch.txt http://paste.ubuntu.com/707809/}}} and apply with {{{git am -3 patch.txt}}}
     29   * Apply the combined xinput2/harmattan patches to qtbase: Download {{{wget -O patch.txt http://paste.kde.org/133597/raw/}}} and apply with {{{git am -3 patch.txt}}}
    3030   * '''DO NOT USE SHADOW BUILDS OF QT (MODULES) AT THE MOMENT'''.
    3131   * Run configure in QtBase: {{{./configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config -nomake tests}}}