Skip to content

Commit 6c99b5e

Browse files
committed
Use x11 for now
1 parent 26b3e73 commit 6c99b5e

3 files changed

Lines changed: 202 additions & 415 deletions

File tree

base/project.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ if (flags.with_nfd && (platform == "windows" || platform == "linux" || platform
267267
project.add_lib("glib-2.0");
268268
project.add_lib("X11");
269269
project.add_lib("Xi");
270+
project.add_lib("Xcursor");
271+
project.add_lib("Xrandr");
270272
}
271273
else if (platform == "macos") {
272274
project.add_cfiles("sources/libs/nfd.m");

0 commit comments

Comments
 (0)