forked from pyrite-dev/milsko
FreeBSD pl: correction
This commit is contained in:
parent
d909812891
commit
75ce2c3adc
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
my @enabled_backends = ();
|
||||
|
||||
add_incdir2("-I/usr/local/include");
|
||||
add_libdir(
|
||||
"-L/usr/local/lib -Wl,-R/usr/local/lib");
|
||||
|
|
@ -9,6 +11,8 @@ if (param_get("x11")) {
|
|||
push(@enabled_backends, "x11");
|
||||
}
|
||||
|
||||
use_backend(@enabled_backends);
|
||||
|
||||
add_libs("-lpthread");
|
||||
|
||||
add_cflags("-DUSE_DBUS");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue