Title: [224275] trunk/Source/WebCore
Revision
224275
Author
[email protected]
Date
2017-11-01 05:22:53 -0700 (Wed, 01 Nov 2017)

Log Message

[GTK] Always include TextureMapper.cmake
https://bugs.webkit.org/show_bug.cgi?id=179060

Reviewed by Carlos Garcia Campos.

* PlatformGTK.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (224274 => 224275)


--- trunk/Source/WebCore/ChangeLog	2017-11-01 12:21:07 UTC (rev 224274)
+++ trunk/Source/WebCore/ChangeLog	2017-11-01 12:22:53 UTC (rev 224275)
@@ -1,3 +1,12 @@
+2017-11-01  Michael Catanzaro  <[email protected]>
+
+        [GTK] Always include TextureMapper.cmake
+        https://bugs.webkit.org/show_bug.cgi?id=179060
+
+        Reviewed by Carlos Garcia Campos.
+
+        * PlatformGTK.cmake:
+
 2017-11-01  Antti Koivisto  <[email protected]>
 
         Remove empty continuations in RenderObject::removeFromParentAndDestroyCleaningUpAnonymousWrappers

Modified: trunk/Source/WebCore/PlatformGTK.cmake (224274 => 224275)


--- trunk/Source/WebCore/PlatformGTK.cmake	2017-11-01 12:21:07 UTC (rev 224274)
+++ trunk/Source/WebCore/PlatformGTK.cmake	2017-11-01 12:22:53 UTC (rev 224275)
@@ -3,11 +3,8 @@
 include(platform/GCrypt.cmake)
 include(platform/GStreamer.cmake)
 include(platform/ImageDecoders.cmake)
+include(platform/TextureMapper.cmake)
 
-if (USE_TEXTURE_MAPPER)
-    include(platform/TextureMapper.cmake)
-endif ()
-
 set(WebCore_OUTPUT_NAME WebCoreGTK)
 
 list(APPEND WebCore_UNIFIED_SOURCE_LIST_FILES
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to