RESOLVED FIXED 150621
Fix EFL jhbuild module build on Ubuntu 15.10
https://bugs.webkit.org/show_bug.cgi?id=150621
Summary Fix EFL jhbuild module build on Ubuntu 15.10
Csaba Osztrogonác
Reported 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
Attachments
Patch (3.29 KB, patch)
2015-10-28 13:22 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-10-28 06:53:45 PDT
Csaba Osztrogonác
Comment 2 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.)
Csaba Osztrogonác
Comment 3 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>
Csaba Osztrogonác
Comment 4 2015-11-02 02:23:58 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.