Title: [288736] trunk
Revision
288736
Author
[email protected]
Date
2022-01-28 05:28:04 -0800 (Fri, 28 Jan 2022)

Log Message

[WPE] Build error with ACCESSIBILITY=OFF after r288731
https://bugs.webkit.org/show_bug.cgi?id=235764

Reviewed by Adrian Perez de Castro.

* Source/cmake/OptionsWPE.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (288735 => 288736)


--- trunk/ChangeLog	2022-01-28 11:35:36 UTC (rev 288735)
+++ trunk/ChangeLog	2022-01-28 13:28:04 UTC (rev 288736)
@@ -1,3 +1,12 @@
+2022-01-28  Pablo Saavedra  <[email protected]>
+
+        [WPE] Build error with ACCESSIBILITY=OFF after r288731
+        https://bugs.webkit.org/show_bug.cgi?id=235764
+
+        Reviewed by Adrian Perez de Castro.
+
+        * Source/cmake/OptionsWPE.cmake:
+
 2022-01-27  Carlos Garcia Campos  <[email protected]>
 
         [WPE][a11y] Add option to build with ATSPI

Modified: trunk/Source/cmake/OptionsWPE.cmake (288735 => 288736)


--- trunk/Source/cmake/OptionsWPE.cmake	2022-01-28 11:35:36 UTC (rev 288735)
+++ trunk/Source/cmake/OptionsWPE.cmake	2022-01-28 13:28:04 UTC (rev 288736)
@@ -293,7 +293,7 @@
     SET_AND_EXPOSE_TO_BUILD(USE_CAPSTONE ${ENABLE_DEVELOPER_MODE})
 endif ()
 
-if (NOT USE_ATSPI)
+if (ENABLE_ACCESSIBILITY AND NOT USE_ATSPI)
     SET_AND_EXPOSE_TO_BUILD(USE_ATK TRUE)
 endif ()
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to