Title: [166635] trunk
- Revision
- 166635
- Author
- [email protected]
- Date
- 2014-04-02 00:38:02 -0700 (Wed, 02 Apr 2014)
Log Message
[CMake] Drop port check from FindEGL.cmake.
https://bugs.webkit.org/show_bug.cgi?id=131091
Reviewed by Gyuyoung Kim.
There is no reason to mark some variables as advanced only for the
GTK+ port.
* Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
as advanced regardless of the port.
Modified Paths
Diff
Modified: trunk/ChangeLog (166634 => 166635)
--- trunk/ChangeLog 2014-04-02 07:30:52 UTC (rev 166634)
+++ trunk/ChangeLog 2014-04-02 07:38:02 UTC (rev 166635)
@@ -1,3 +1,16 @@
+2014-04-01 Raphael Kubo da Costa <[email protected]>
+
+ [CMake] Drop port check from FindEGL.cmake.
+ https://bugs.webkit.org/show_bug.cgi?id=131091
+
+ Reviewed by Gyuyoung Kim.
+
+ There is no reason to mark some variables as advanced only for the
+ GTK+ port.
+
+ * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
+ as advanced regardless of the port.
+
2014-04-01 Dániel Bátyai <[email protected]>
Fix the !ENABLE(BATTERY_STATUS) build
Modified: trunk/Source/cmake/FindEGL.cmake (166634 => 166635)
--- trunk/Source/cmake/FindEGL.cmake 2014-04-02 07:30:52 UTC (rev 166634)
+++ trunk/Source/cmake/FindEGL.cmake 2014-04-02 07:38:02 UTC (rev 166635)
@@ -36,6 +36,4 @@
include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(EGL DEFAULT_MSG EGL_INCLUDE_DIR EGL_LIBRARY)
-if (PORT STREQUAL "GTK")
- mark_as_advanced(EGL_INCLUDE_DIR EGL_LIBRARY)
-endif ()
+mark_as_advanced(EGL_INCLUDE_DIR EGL_LIBRARY)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes