[Webkit-unassigned] [Bug 198285] [GTK] Build without WPE renderer in debian and ubuntu bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 31 01:49:21 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198285

--- Comment #3 from Pablo Saavedra <psaavedra at igalia.com> ---
For the record,  basically we are using the envvar `BUILD_WEBKIT_ARGS`  to override specific flags for a particular bot. For example, for the case of Ubuntu: 


```
BUILD_WEBKIT_ARGS="--cmakeargs=-DENABLE_WEB_CRYPTO=OFF --cmakeargs=-DUSE_WOFF2=OFF --cmakeargs=-DUSE_GSTREAMER_GL=OFF --cmakeargs=-DENABLE_BUBBLEWRAP_SANDBOX=OFF --cmakeargs=-DUSE_OPENJPEG=OFF --cmakeargs=-DUSE_WPE_RENDERER=OFF" \
```

As you can , we added -DUSE_WPE_RENDERER=OFF to avoid the WPE renderer in this one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190531/63825a17/attachment.html>


More information about the webkit-unassigned mailing list