milsko/pl/ostype/OpenBSD.pl
Nishi 6341b76a86
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
perltidy
2026-04-28 15:08:00 +09:00

8 lines
164 B
Raku

add_incdir2("-I/usr/local/include");
add_libdir("-L/usr/local/lib -Wl,-R/usr/local/lib");
use_backend("x11");
add_libs("-lpthread");
add_cflags("-DUSE_DBUS");
1;