<div dir="ltr">Dear all,<div>  I&#39;ve been trying to compile under a properly working pure wayland/weston environment for a while now and always without success.</div><div><br></div><div>While I thought it was the GTK2 dependencies, but even manually patching dropping all GTK2 related plugins gotchas, I am still unable to build WebKit providing the following basic arguments: it fails around 60% and I wonder if anyone managed to perform such operation ( building a wayland only version under Linux, the Arch Linux one in my case )</div><div><br></div><div>Thank You !!!</div><div><br></div><div><div><br></div><div>cmake -DCMAKE_C_COMPILER=$(which clang) -DCMAKE_CXX_COMPILER=$(which clang++) \</div><div>        -DCMAKE_INSTALL_PREFIX=$WLD \</div><div>        -DCMAKE_INSTALL_LIBDIR=$WLD/lib \</div><div>        -DPORT=GTK \</div><div>        -DCMAKE_BUILD_TYPE=Release \</div><div>        -DENABLE_WAYLAND_TARGET=ON \</div><div>        -DENABLE_X11_TARGET=OFF \</div><div>        -DENABLE_NETSCAPE_PLUGIN_API=OFF \</div><div>        -DENABLE_PLUGIN_PROCESS_GTK2=OFF</div><div> </div></div><div><br></div></div>