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