Title: [279942] trunk
Revision
279942
Author
[email protected]
Date
2021-07-15 05:54:50 -0700 (Thu, 15 Jul 2021)

Log Message

Unreviewed, CMake fix-up after r279940

* Source/cmake/FindLIBPORTAL.cmake: Fix libportal detection.

Modified Paths

Diff

Modified: trunk/ChangeLog (279941 => 279942)


--- trunk/ChangeLog	2021-07-15 12:40:39 UTC (rev 279941)
+++ trunk/ChangeLog	2021-07-15 12:54:50 UTC (rev 279942)
@@ -1,5 +1,11 @@
 2021-07-15  Philippe Normand  <[email protected]>
 
+        Unreviewed, CMake fix-up after r279940
+
+        * Source/cmake/FindLIBPORTAL.cmake: Fix libportal detection.
+
+2021-07-15  Philippe Normand  <[email protected]>
+
         [GStreamer][Pipewire] Implement getDisplayMedia() backend
         https://bugs.webkit.org/show_bug.cgi?id=210926
 

Modified: trunk/Source/cmake/FindLIBPORTAL.cmake (279941 => 279942)


--- trunk/Source/cmake/FindLIBPORTAL.cmake	2021-07-15 12:40:39 UTC (rev 279941)
+++ trunk/Source/cmake/FindLIBPORTAL.cmake	2021-07-15 12:54:50 UTC (rev 279942)
@@ -72,7 +72,7 @@
 )
 
 find_library(LIBPORTAL_LIBRARY
-    NAMES ${LIBPORTAL_NAMES} libportal
+    NAMES ${LIBPORTAL_NAMES} portal
     HINTS ${PC_LIBPORTAL_LIBDIR}
           ${PC_LIBPORTAL_LIBRARY_DIRS}
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to