[webkit-gtk] Building webkit 1.8.0 with Wayland 0.85 as backend

souvik.datta at wipro.com souvik.datta at wipro.com
Tue May 29 23:37:31 PDT 2012


Hello,

I have successfully built wayland in my  system and verified that I am able to run weston and simple-egl client. The GDK_BSCKEND is exported as WAYLAND.  With these settings, I am trying to run web kit 1.8.0 ( basically GtkLauncher) as a wayland client. I have found that there are some X11 calls which I need to handle and make WAYLAND specific calls instead.

But before that, I would like to know that while configuring webkit, do I have to set -with-target as wayland? I tried setting that but I am getting error: checking the target windowing system... configure: error: Invalid target: must be x11, quartz, win32, or directfb.

But I have checked the source code and found that we have Wayland specific files available.

Can someone please explain to me the dependencies?

Thanks and Regards,
Souvik

From: Avijit Manna (WT01 - PES)
Sent: Wednesday, May 30, 2012 11:12 AM
To: Suranjana Bhattacharya (WT01 - Manufacturing & Hi Tech)
Cc: Souvik Datta (WT01 - PES)
Subject: Error:

Change in the configure file:
# Check whether --with-target was given.
if test "${with_target+set}" = set; then :
  withval=$with_target;
else
  #with_target="x11"
  with_target="wayland"
fi


**********************************************

Error:
checking the target windowing system... configure: error: Invalid target: must be x11, quartz, win32, or directfb.

Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. 

www.wipro.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-gtk/attachments/20120530/63e278c6/attachment.html>


More information about the webkit-gtk mailing list