Changes between Version 107 and Version 108 of BuildingGtk


Ignore:
Timestamp:
Sep 12, 2013 9:49:53 PM (11 years ago)
Author:
ChangSeok Oh
Comment:

Add how to use wayland-dependecies.modules

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v107 v108  
    3939    * If you get build errors saying a library could not be found but you have the appropriate packages installed make sure you have up-to-date multiarch-support and binutils (or binutils-gold) packages.
    4040    * You can also [wiki:WebKitGtkExtendingJHBuild add more modules to the default WebKit JHBuild].
     41    * Wayland support has been under working. If you're interested in hacking on it, just use ./Tools/gtk/wayland-dependencies.modules. You can simply set up the dependencies by exporting WEBKIT_EXTRA_MODULESETS.
     42{{{
     43WEBKIT_EXTRA_MODULESETS=file:///webkit/directory/Tools/gtk/wayland-dependecies.modules
     44}}}
    4145
    4246== Installation ==