mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 05:30:03 +01:00
meson: Depend on upowerd_dbus for the entire daemon
This commit is contained in:
parent
02ab49963b
commit
738d1002b0
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ upowerd_deps = declare_dependency(
|
|||
include_directories('../libupower-glib'),
|
||||
],
|
||||
dependencies: [
|
||||
glib_dep, gobject_dep, gio_dep, gio_unix_dep, libupower_glib_dep
|
||||
glib_dep, gobject_dep, gio_dep, gio_unix_dep, libupower_glib_dep, upowerd_dbus_dep
|
||||
],
|
||||
compile_args: [
|
||||
'-DUP_COMPILATION',
|
||||
|
|
@ -43,7 +43,7 @@ upowerd_private = static_library('upowerd-private',
|
|||
'up-backend.h',
|
||||
'up-native.h',
|
||||
],
|
||||
dependencies: [ upowerd_deps, upowerd_dbus_dep ],
|
||||
dependencies: [ upowerd_deps ],
|
||||
)
|
||||
|
||||
upowerd = executable('upowerd',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue