[Webkit-unassigned] [Bug 143841] New: [GTK] configure script in webkitgtk-2.4.8 runs pkg-config directly instead of using $PKG_CONFIG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 16 13:21:30 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143841

            Bug ID: 143841
           Summary: [GTK] configure script in webkitgtk-2.4.8 runs
                    pkg-config directly instead of using $PKG_CONFIG
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: calvin.walton at kepstin.ca

When building webkitgtk-2.4.8 on a system which requires using a prefixed pkg-config (e.g. "x86_64-pc-linux-gnu-pkg-config"), there's a failure during configure:

checking for LIBXML... yes
checking for PANGO... yes
checking for ENCHANT... yes
checking for CAIRO... yes
checking for GTK... yes
checking for GTK_X11... no
./configure: line 18407: pkg-config: command not found
configure: error: Package requirements (gtk+-x11-3.0 = ) were not met:

Comparison operator but no version after package name 'gtk+-x11-3.0' in file '(command line arguments)'

This is due to one place in Source/autotools/FindDependencies.m4 where "pkg-config" is used instead of "${PKG_CONFIG}".

Trivial patch attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150416/9b4e8fc5/attachment.html>


More information about the webkit-unassigned mailing list