On 12/12/14 00:02, Kris De Volder wrote: > sudo apt-get install x11 xext > E: Unable to locate package x11 > E: Unable to locate package xext > > Where am I supposed to get these from?
Seems that you are missing some dependencies to build mesa. You can try this: sudo apt-get install libx11-dev libxext-dev If it still doesn't works, then try with: sudo apt-get build-dep mesa
signature.asc
Description: OpenPGP digital signature
_______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
