Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
meson: fix agent dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xhaakon authored and justinjoy committed Dec 7, 2019
1 parent ac3f34b commit ac3c63d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions agent/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ foreach agent: agents
src_file,
install: true,
include_directories: chamge_incs,
dependencies : [ libgaeguli_dep ],
c_args: [ chamge_agent_c_args, '-DG_LOG_DOMAIN="CHAMGE-ARBITER"' ],
dependencies: [ gobject_dep, gio_dep, libchamge_dbus_dep, libchamge_dep, json_glib_dep ],
dependencies: [ libchamge_dbus_dep, libchamge_dep, json_glib_dep ],
)

endforeach

0 comments on commit ac3c63d

Please sign in to comment.