Title: [124587] trunk
- Revision
- 124587
- Author
- commit-qu...@webkit.org
- Date
- 2012-08-03 03:02:37 -0700 (Fri, 03 Aug 2012)
Log Message
[cmake] Cleanup FindHarfBuzz.cmake
https://bugs.webkit.org/show_bug.cgi?id=92984
Patch by Dominik Röttsches <dominik.rottsc...@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.
Modified Paths
Diff
Modified: trunk/ChangeLog (124586 => 124587)
--- trunk/ChangeLog 2012-08-03 09:35:24 UTC (rev 124586)
+++ trunk/ChangeLog 2012-08-03 10:02:37 UTC (rev 124587)
@@ -1,3 +1,14 @@
+2012-08-03 Dominik Röttsches <dominik.rottsc...@intel.com>
+
+ [cmake] Cleanup FindHarfBuzz.cmake
+ https://bugs.webkit.org/show_bug.cgi?id=92984
+
+ 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.
+
2012-08-03 Joone Hur <joone....@intel.com>
[EFL][DRT] WebKitAnimation API compile-time disabled
Modified: trunk/Source/cmake/FindHarfBuzz.cmake (124586 => 124587)
--- trunk/Source/cmake/FindHarfBuzz.cmake 2012-08-03 09:35:24 UTC (rev 124586)
+++ trunk/Source/cmake/FindHarfBuzz.cmake 2012-08-03 10:02:37 UTC (rev 124587)
@@ -24,12 +24,14 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
+# Try to find Harfbuzz include and library directories.
#
+# After successful discovery, this will set for inclusion where needed:
+# HARFBUZZ_INCLUDE_DIRS - containg the HarfBuzz headers
+# HARFBUZZ_LIBRARIES - containg the HarfBuzz library
INCLUDE(FindPkgConfig)
-PKG_CHECK_MODULES (harfbuzz REQUIRED harfbuzz>=0.9.0)
-
PKG_CHECK_MODULES(PC_HARFBUZZ harfbuzz>=0.9.0)
FIND_PATH(HARFBUZZ_INCLUDE_DIRS NAMES hb.h
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes