forked from pyrite-dev/milsko
add BSD targets
This commit is contained in:
parent
e878ae0253
commit
d1936e4a8f
2 changed files with 18 additions and 0 deletions
9
pl/ostype/FreeBSD.pl
Normal file
9
pl/ostype/FreeBSD.pl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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;
|
||||
9
pl/ostype/OpenBSD.pl
Normal file
9
pl/ostype/OpenBSD.pl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue