[Webkit-unassigned] [Bug 164270] New: [GTK] Failed to generate GeoClue2Interface files.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 1 06:01:40 PDT 2016


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

            Bug ID: 164270
           Summary: [GTK] Failed to generate GeoClue2Interface files.
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hw1008.kim at samsung.com
                CC: bugs-noreply at webkitgtk.org

geoclue2 uses gdbus-codegen to generate codes for D-Bus Interfaces. But libgeoclue-2-dev doesn't contain D-Bus introspection XML files (org.freedesktop.GeoClue2.xml). So the below command in WebCore/PlatformGtk.cmake is not working properly.

add_custom_command(
   OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/Geoclue2Interface.c ${DERIVED_SOURCES_WEBCORE_DIR}/Geoclue2Interface.h
   COMMAND gdbus-codegen --interface-prefix org.freedesktop.GeoClue2. --c-namespace Geoclue --generate-c-    code ${DERIVED_SOURCES_WEBCORE_DIR}/Geoclue2Interface ${GEOCLUE_DBUS_INTERFACE}
)

Adding geoclue-2.0 package into install-dependencies seems to be needed.

-- 
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/20161101/3a8b90a3/attachment.html>


More information about the webkit-unassigned mailing list