mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-07 01:49:47 +00:00
some stuffs work
This commit is contained in:
@@ -29,8 +29,8 @@ if (grep(/^gdi$/, @backends)) {
|
||||
if (grep(/^wayland$/, @backends)) {
|
||||
add_cflags("-DUSE_WAYLAND");
|
||||
new_object("src/backend/wayland.c");
|
||||
add_cflags(`pkg-config --cflags wayland-client xkbcommon`);
|
||||
add_libs(`pkg-config --libs wayland-client xkbcommon`);
|
||||
add_cflags(`pkg-config --cflags cairo wayland-client xkbcommon`);
|
||||
add_libs(`pkg-config --libs cairo wayland-client xkbcommon`);
|
||||
|
||||
scan_wayland_protocol("stable", "xdg-shell", "");
|
||||
scan_wayland_protocol("stable", "tablet", "-v2");
|
||||
|
||||
Reference in New Issue
Block a user