Changeset 258987 in webkit


Ignore:
Timestamp:
Mar 25, 2020 9:32:00 AM (4 years ago)
Author:
svillar@igalia.com
Message:

Use ENABLE_WEBXR to guard WebXR IDL files in CMakeLists.txt
https://bugs.webkit.org/show_bug.cgi?id=209536

Reviewed by Darin Adler.

  • CMakeLists.txt: replaced ENABLE_WEBGL by ENABLE_WEBXR.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/CMakeLists.txt

    r258498 r258987  
    11811181endif ()
    11821182
    1183 if (ENABLE_WEBGL)
     1183if (ENABLE_WEBXR)
    11841184    list(APPEND WebCore_NON_SVG_IDL_FILES
    11851185        Modules/webxr/NavigatorWebXR.idl
  • trunk/Source/WebCore/ChangeLog

    r258986 r258987  
     12020-03-25  Sergio Villar Senin  <svillar@igalia.com>
     2
     3        Use ENABLE_WEBXR to guard WebXR IDL files in CMakeLists.txt
     4        https://bugs.webkit.org/show_bug.cgi?id=209536
     5
     6        Reviewed by Darin Adler.
     7
     8        * CMakeLists.txt: replaced ENABLE_WEBGL by ENABLE_WEBXR.
     9
    1102020-03-25  Kate Cheney  <katherine_cheney@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.