Changes between Version 118 and Version 119 of BuildingGtk
- Timestamp:
- Feb 2, 2016, 3:39:18 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGtk
v118 v119 41 41 * 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. 42 42 * You can also [wiki:WebKitGtkExtendingJHBuild add more modules to the default WebKit JHBuild]. 43 * W ayland support has been under working. If you're interested in hacking on it, just use ./Tools/gtk/jhbuild-wayland.modules. You can simply set up the dependencies by exporting WEBKIT_EXTRA_MODULESETS.43 * WebRTC support is currently being implemented. If you're interested in hacking on it, just use ./Tools/gtk/jhbuild-webrtc.modules. You can simply set up the dependencies by exporting WEBKIT_EXTRA_MODULESETS. 44 44 {{{ 45 WEBKIT_EXTRA_MODULESETS=file:///webkit/directory/Tools/gtk/jhbuild-w ayland.modules45 WEBKIT_EXTRA_MODULESETS=file:///webkit/directory/Tools/gtk/jhbuild-webrtc.modules 46 46 }}} 47 47