Changeset 224275 in webkit


Ignore:
Timestamp:
Nov 1, 2017 5:22:53 AM (6 years ago)
Author:
Michael Catanzaro
Message:

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

Reviewed by Carlos Garcia Campos.

  • PlatformGTK.cmake:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r224273 r224275  
     12017-11-01  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [GTK] Always include TextureMapper.cmake
     4        https://bugs.webkit.org/show_bug.cgi?id=179060
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * PlatformGTK.cmake:
     9
    1102017-11-01  Antti Koivisto  <antti@apple.com>
    211
  • trunk/Source/WebCore/PlatformGTK.cmake

    r224233 r224275  
    44include(platform/GStreamer.cmake)
    55include(platform/ImageDecoders.cmake)
    6 
    7 if (USE_TEXTURE_MAPPER)
    8     include(platform/TextureMapper.cmake)
    9 endif ()
     6include(platform/TextureMapper.cmake)
    107
    118set(WebCore_OUTPUT_NAME WebCoreGTK)
Note: See TracChangeset for help on using the changeset viewer.