logiguard fork v3: full patch set on verified 8c74db0 tree
Includes prior-session patches (carry forward so the app compiles): - crates/gpui/build.rs: cross-compile manifest fix - crates/gpui/src/platform.rs: PlatformWindow::activate_with_token trait method - crates/gpui/src/window.rs: Window::activate_with_token public API - crates/gpui_linux/src/linux/wayland/window.rs: WaylandWindow::activate_with_token + activate() keyboard-serial fix Plus the focus-serial fix: - serial.rs: SerialKind::KeyboardEnter - client.rs: store wl_keyboard.enter serial; latest_serial_of() Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
64
nix/livekit-libwebrtc/mkSystemLibraries.nix
Normal file
64
nix/livekit-libwebrtc/mkSystemLibraries.nix
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
brotli,
|
||||
fontconfig,
|
||||
freetype,
|
||||
harfbuzz,
|
||||
icu,
|
||||
jsoncpp,
|
||||
libpng,
|
||||
libwebp,
|
||||
libxml2,
|
||||
libxslt,
|
||||
minizip,
|
||||
ffmpeg_6,
|
||||
}:
|
||||
{
|
||||
"brotli" = {
|
||||
package = brotli;
|
||||
path = "third_party/brotli/BUILD.gn";
|
||||
};
|
||||
"fontconfig" = {
|
||||
package = fontconfig;
|
||||
path = "third_party/fontconfig/BUILD.gn";
|
||||
};
|
||||
"freetype" = {
|
||||
package = freetype;
|
||||
path = "build/config/freetype/freetype.gni";
|
||||
};
|
||||
"harfbuzz-ng" = {
|
||||
package = harfbuzz;
|
||||
path = "third_party/harfbuzz-ng/harfbuzz.gni";
|
||||
};
|
||||
"jsoncpp" = {
|
||||
package = jsoncpp;
|
||||
path = "third_party/jsoncpp/BUILD.gn";
|
||||
};
|
||||
"icu" = {
|
||||
package = icu;
|
||||
path = "third_party/icu/BUILD.gn";
|
||||
};
|
||||
"libpng" = {
|
||||
package = libpng;
|
||||
path = "third_party/libpng/BUILD.gn";
|
||||
};
|
||||
"libwebp" = {
|
||||
package = libwebp;
|
||||
path = "third_party/libwebp/BUILD.gn";
|
||||
};
|
||||
"libxml" = {
|
||||
package = libxml2;
|
||||
path = "third_party/libxml/BUILD.gn";
|
||||
};
|
||||
"libxslt" = {
|
||||
package = libxslt;
|
||||
path = "third_party/libxslt/BUILD.gn";
|
||||
};
|
||||
"zlib" = {
|
||||
package = minizip;
|
||||
path = "third_party/zlib/BUILD.gn";
|
||||
};
|
||||
"ffmpeg" = {
|
||||
package = ffmpeg_6;
|
||||
path = "third_party/ffmpeg/BUILD.gn";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user