Title: [107809] trunk
- Revision
- 107809
- Author
- [email protected]
- Date
- 2012-02-15 06:09:41 -0800 (Wed, 15 Feb 2012)
Log Message
[CMake] Remove unused PkgConfig module import from FindCFLite.cmake.
https://bugs.webkit.org/show_bug.cgi?id=78600
Reviewed by Adam Roben.
* Source/cmake/FindCFLite.cmake:
Modified Paths
Diff
Modified: trunk/ChangeLog (107808 => 107809)
--- trunk/ChangeLog 2012-02-15 14:05:04 UTC (rev 107808)
+++ trunk/ChangeLog 2012-02-15 14:09:41 UTC (rev 107809)
@@ -1,3 +1,12 @@
+2012-02-14 Raphael Kubo da Costa <[email protected]>
+
+ [CMake] Remove unused PkgConfig module import from FindCFLite.cmake.
+ https://bugs.webkit.org/show_bug.cgi?id=78600
+
+ Reviewed by Adam Roben.
+
+ * Source/cmake/FindCFLite.cmake:
+
2012-02-15 Roland Steiner <[email protected]>
<style scoped>: Allow <style scoped> as a direct child of a ShadowRoot
Modified: trunk/Source/cmake/FindCFLite.cmake (107808 => 107809)
--- trunk/Source/cmake/FindCFLite.cmake 2012-02-15 14:05:04 UTC (rev 107808)
+++ trunk/Source/cmake/FindCFLite.cmake 2012-02-15 14:09:41 UTC (rev 107809)
@@ -5,10 +5,6 @@
# CFLITE_INCLUDE_DIR - The CFLite include directory
# CFLITE_LIBRARIES - The libraries needed to use CFLite
-# use pkg-config to get the directories and then use these values
-# in the FIND_PATH() and FIND_LIBRARY() calls
-FIND_PACKAGE(PkgConfig)
-
FIND_PATH(CFLITE_INCLUDE_DIR NAMES CoreFoundation/CoreFoundation.h)
FIND_LIBRARY(CFLITE_LIBRARIES NAMES CFLite.lib)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes