* enable dbus for freebsd

This commit is contained in:
marcoonthegit 2022-06-18 15:26:23 +02:00
parent 5418ccf31e
commit 6fb16ceec6

View File

@ -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');