Changeset 124587 in webkit


Ignore:
Timestamp:
Aug 3, 2012 3:02:37 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[cmake] Cleanup FindHarfBuzz.cmake
https://bugs.webkit.org/show_bug.cgi?id=92984

Patch by Dominik Röttsches <dominik.rottsches@intel.com> on 2012-08-03
Reviewed by Hajime Morita.

Cleanup which didn't make it into my previous ptch.

  • Source/cmake/FindHarfBuzz.cmake: Remove duplicate line, add a bit of documentation.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r124569 r124587  
     12012-08-03  Dominik Röttsches  <dominik.rottsches@intel.com>
     2
     3        [cmake] Cleanup FindHarfBuzz.cmake
     4        https://bugs.webkit.org/show_bug.cgi?id=92984
     5
     6        Reviewed by Hajime Morita.
     7
     8        Cleanup which didn't make it into my previous ptch.
     9
     10        * Source/cmake/FindHarfBuzz.cmake: Remove duplicate line, add a bit of documentation.
     11
    1122012-08-03  Joone Hur  <joone.hur@intel.com>
    213
  • trunk/Source/cmake/FindHarfBuzz.cmake

    r123864 r124587  
    2525# POSSIBILITY OF SUCH DAMAGE.
    2626#
     27# Try to find Harfbuzz include and library directories.
    2728#
     29# After successful discovery, this will set for inclusion where needed:
     30# HARFBUZZ_INCLUDE_DIRS - containg the HarfBuzz headers
     31# HARFBUZZ_LIBRARIES - containg the HarfBuzz library
    2832
    2933INCLUDE(FindPkgConfig)
    30 
    31 PKG_CHECK_MODULES (harfbuzz REQUIRED harfbuzz>=0.9.0)
    3234
    3335PKG_CHECK_MODULES(PC_HARFBUZZ harfbuzz>=0.9.0)
Note: See TracChangeset for help on using the changeset viewer.