Skip to content

Commit

Permalink
* enable dbus for freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoonthegit committed Jun 18, 2022
1 parent 5418ccf commit 6fb16ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dbus/fpmake.pp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
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');
Expand Down

0 comments on commit 6fb16ce

Please sign in to comment.