Title: [266702] trunk/Source/WebKit
Revision
266702
Author
[email protected]
Date
2020-09-07 10:02:40 -0700 (Mon, 07 Sep 2020)

Log Message

Build failure; cannot find seccomp.h
https://bugs.webkit.org/show_bug.cgi?id=216226

Patch by Mike Gorse <[email protected]> on 2020-09-07
Reviewed by Darin Adler.

No new tests (build fix only).

* PlatformGTK.cmake: Add LIBSECCOMP_INCLUDE_DIRS to
WebKit_SYSTEM_INCLUDE_DIRECTORIES.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (266701 => 266702)


--- trunk/Source/WebKit/ChangeLog	2020-09-07 16:11:56 UTC (rev 266701)
+++ trunk/Source/WebKit/ChangeLog	2020-09-07 17:02:40 UTC (rev 266702)
@@ -1,3 +1,15 @@
+2020-09-07  Mike Gorse  <[email protected]>
+
+        Build failure; cannot find seccomp.h
+        https://bugs.webkit.org/show_bug.cgi?id=216226
+
+        Reviewed by Darin Adler.
+
+        No new tests (build fix only).
+
+        * PlatformGTK.cmake: Add LIBSECCOMP_INCLUDE_DIRS to
+        WebKit_SYSTEM_INCLUDE_DIRECTORIES.
+
 2020-09-05  Wenson Hsieh  <[email protected]>
 
         [MotionMark] RenderLayer::paintLayerContents spends ~5% of the time in MonotonicTime::now() in Multiply

Modified: trunk/Source/WebKit/PlatformGTK.cmake (266701 => 266702)


--- trunk/Source/WebKit/PlatformGTK.cmake	2020-09-07 16:11:56 UTC (rev 266701)
+++ trunk/Source/WebKit/PlatformGTK.cmake	2020-09-07 17:02:40 UTC (rev 266702)
@@ -443,6 +443,7 @@
     ${GSTREAMER_INCLUDE_DIRS}
     ${GSTREAMER_PBUTILS_INCLUDE_DIRS}
     ${GTK_INCLUDE_DIRS}
+    ${LIBSECCOMP_INCLUDE_DIRS}
     ${LIBSOUP_INCLUDE_DIRS}
 )
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to