Changes between Version 31 and Version 32 of EFLWebKit
- Timestamp:
- Dec 21, 2010, 8:33:37 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKit
v31 v32 116 116 * For building without Glib, you should use: 117 117 {{{ 118 build$ cmake .. -DPORT=Efl -DNETWORK_BACKEND=curl -DENABLE_GLIB_SUPPORT=OFF 118 build$ cmake .. -DPORT=Efl -DNETWORK_BACKEND=curl -DENABLE_GLIB_SUPPORT=OFF -DENABLE_VIDEO=OFF 119 119 }}} 120 120 121 * Note that if you ask for disabling Glib, but still uses !LibSoup backend , it will force enabling Glib support (!LibSoup dependson Glib).121 * Note that if you ask for disabling Glib, but still uses !LibSoup backend or video support, it will force enabling Glib back (!LibSoup and Video depend on Glib). 122 122 123 123 == Questions, feedback ==