mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-19 16:40:49 +01:00
Merge branch 'override_dep_name' into 'master'
meson: Override "dbus-1" dependency name See merge request dbus/dbus!415
This commit is contained in:
commit
b230cf03b0
1 changed files with 2 additions and 0 deletions
|
|
@ -209,6 +209,8 @@ libdbus_dep = declare_dependency(
|
|||
link_with: libdbus,
|
||||
)
|
||||
|
||||
meson.override_dependency('dbus-1', libdbus_dep)
|
||||
|
||||
libdbus_internal = static_library('dbus-internal',
|
||||
dbus_util_sources,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue