Unverified Commit 195c74df authored by Nikolay Igotti's avatar Nikolay Igotti Committed by GitHub

Add X11 to explicit Skiko deps on Linux (#433)

parent 728ea5a9
......@@ -788,6 +788,7 @@ fun createLinkJvmBindings(
"-static-libstdc++",
"-static-libgcc",
"-lGL",
"-lX11",
"-lfontconfig",
// A fix for https://github.com/JetBrains/compose-jb/issues/413.
// Dynamic position independent linking uses PLT thunks relying on jump targets in GOT (Global Offsets Table).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment