mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 22:47:54 +02:00
* enable dbus for freebsd
This commit is contained in:
parent
5418ccf31e
commit
6fb16ceec6
@ -24,7 +24,7 @@ begin
|
||||
P.Email := '';
|
||||
P.Description := 'D-Bus message bus interface. (1.2.16)';
|
||||
P.NeedLibC:= true;
|
||||
P.OSes := [linux];
|
||||
P.OSes := [linux,dragonfly,freebsd];
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
Loading…
Reference in New Issue
Block a user