Bug 150621

Summary: Fix EFL jhbuild module build on Ubuntu 15.10
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: ossy
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 150619    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-10-28 04:51:35 PDT
building EFL jhbuild module fails on Ubuntu 15.10:

...
checking for X11/extensions/Print.h... yes
checking for XpQueryScreens in -lXp... no
configure: error: Missing support for X extension: Xprint
...

The problem is that Ubuntu 15.10 doesn't ship libxp-dev package
which contains this library.

http://packages.ubuntu.com/vivid/libxp-dev
http://packages.ubuntu.com/search?keywords=libxp-dev&searchon=names&suite=wily&section=all
Comment 1 Csaba Osztrogonác 2015-10-28 06:53:45 PDT
It's already fixed in EFL trunk - https://git.enlightenment.org/core/efl.git/commit/?id=7c6c1a081a4c8054a986f15306b0e2378df56e2f
Comment 2 Csaba Osztrogonác 2015-10-28 13:22:18 PDT
Created attachment 264237 [details]
Patch

The cited EFL trunk change fixes it in configure.ac, but jhbuild don't run autoconf, but the configure script. So I added jhbuild a patch to fix the configure script. (I applied the trunk fix, ran autonconf and then created diff for the configure script.)
Comment 3 Csaba Osztrogonác 2015-11-02 02:23:51 PST
Comment on attachment 264237 [details]
Patch

Clearing flags on attachment: 264237

Committed r191882: <http://trac.webkit.org/changeset/191882>
Comment 4 Csaba Osztrogonác 2015-11-02 02:23:58 PST
All reviewed patches have been landed.  Closing bug.