Title: [173618] trunk
- Revision
- 173618
- Author
- [email protected]
- Date
- 2014-09-15 04:32:34 -0700 (Mon, 15 Sep 2014)
Log Message
[CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
https://bugs.webkit.org/show_bug.cgi?id=136814
Reviewed by Philippe Normand.
* Source/cmake/FindWayland.cmake: This line was committed by mistake.
We bundle the wayland-egl dependency with wayland-client and wayland-server
and store the resulting variables with the WAYLAND_ prefix. Because of this
this line wasn't exporting anything useful.
Modified Paths
Diff
Modified: trunk/ChangeLog (173617 => 173618)
--- trunk/ChangeLog 2014-09-15 10:04:42 UTC (rev 173617)
+++ trunk/ChangeLog 2014-09-15 11:32:34 UTC (rev 173618)
@@ -1,3 +1,15 @@
+2014-09-15 Zan Dobersek <[email protected]>
+
+ [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
+ https://bugs.webkit.org/show_bug.cgi?id=136814
+
+ Reviewed by Philippe Normand.
+
+ * Source/cmake/FindWayland.cmake: This line was committed by mistake.
+ We bundle the wayland-egl dependency with wayland-client and wayland-server
+ and store the resulting variables with the WAYLAND_ prefix. Because of this
+ this line wasn't exporting anything useful.
+
2014-09-12 Csaba Osztrogonác <[email protected]>
URTBF after r173574.
Modified: trunk/Source/cmake/FindWayland.cmake (173617 => 173618)
--- trunk/Source/cmake/FindWayland.cmake 2014-09-15 10:04:42 UTC (rev 173617)
+++ trunk/Source/cmake/FindWayland.cmake 2014-09-15 11:32:34 UTC (rev 173618)
@@ -33,4 +33,3 @@
include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(WAYLAND DEFAULT_MSG WAYLAND_LIBRARIES)
-FIND_PACKAGE_HANDLE_STANDARD_ARGS(WAYLAND_EGL DEFAULT_MSG WAYLAND_EGL_LIBRARIES)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes