forked from pyrite-dev/milsko
i think this is probably needed for doing wayland on freebsd?
This commit is contained in:
parent
d1936e4a8f
commit
d909812891
3 changed files with 13 additions and 3 deletions
|
|
@ -1,7 +1,14 @@
|
|||
add_incdir2("-I/usr/local/include");
|
||||
add_libdir(
|
||||
"-L/usr/local/lib -Wl,-R/usr/local/lib");
|
||||
use_backend("x11");
|
||||
|
||||
if (param_get("wayland") && not(param_get("tiny"))) {
|
||||
push(@enabled_backends, "wayland");
|
||||
}
|
||||
if (param_get("x11")) {
|
||||
push(@enabled_backends, "x11");
|
||||
}
|
||||
|
||||
add_libs("-lpthread");
|
||||
|
||||
add_cflags("-DUSE_DBUS");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue