Changeset 220529 in webkit


Ignore:
Timestamp:
Aug 10, 2017 9:33:31 AM (7 years ago)
Author:
clopez@igalia.com
Message:

REGRESSION(r220515) [GTK][CMake] Build with ENABLE_GEOLOCATION fails on Debian Jessie
https://bugs.webkit.org/show_bug.cgi?id=175426

Reviewed by Carlos Garcia Campos.

.:

Fix the pkg-config file name.
We really require geoclue-2.0 and not libgeoclue-2.0.

  • Source/cmake/FindGeoClue2.cmake:

Tools:

  • gtk/install-dependencies: libgeoclue-dev packages not really needed on Debian/Ubuntu.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r220515 r220529  
     12017-08-10  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        REGRESSION(r220515) [GTK][CMake] Build with ENABLE_GEOLOCATION fails on Debian Jessie
     4        https://bugs.webkit.org/show_bug.cgi?id=175426
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        Fix the pkg-config file name.
     9        We really require geoclue-2.0 and not libgeoclue-2.0.
     10
     11        * Source/cmake/FindGeoClue2.cmake:
     12
    1132017-08-09  Michael Catanzaro  <mcatanzaro@igalia.com>
    214
  • trunk/Source/cmake/FindGeoClue2.cmake

    r208127 r220529  
    3232
    3333find_package(PkgConfig)
    34 pkg_check_modules(GEOCLUE2 libgeoclue-2.0)
     34pkg_check_modules(GEOCLUE2 geoclue-2.0)
    3535
    3636set(VERSION_OK FALSE)
  • trunk/Tools/ChangeLog

    r220526 r220529  
     12017-08-10  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        REGRESSION(r220515) [GTK][CMake] Build with ENABLE_GEOLOCATION fails on Debian Jessie
     4        https://bugs.webkit.org/show_bug.cgi?id=175426
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * gtk/install-dependencies: libgeoclue-dev packages not really needed on Debian/Ubuntu.
     9
    1102017-08-10  Ms2ger  <Ms2ger@igalia.com>
    211
  • trunk/Tools/gtk/install-dependencies

    r219557 r220529  
    110110        libffi-dev \
    111111        $(aptIfElse libgcrypt20-dev libgcrypt11-dev) \
    112         $(aptIfElse libgeoclue-2-dev libgeoclue-dev) \
    113112        libgirepository1.0-dev \
    114113        libgl1-mesa-dev \
Note: See TracChangeset for help on using the changeset viewer.