mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-24 02:55:39 +02:00
Applied suggestions by 'nemo' and drop 'basu' subproject
This commit is contained in:
parent
b55d5a6739
commit
0d7a05af55
5 changed files with 18 additions and 8 deletions
|
@ -78,8 +78,8 @@ tllist = dependency('tllist', version: '>=1.0.1', fallback: 'tllist')
|
|||
fcft = dependency('fcft', version: ['>=3.0.0', '<4.0.0'], fallback: 'fcft')
|
||||
|
||||
# DBus dependency. Used by 'modules/mpris'
|
||||
dbus = dependency('libsystemd', version: '>=221', fallback: 'basu')
|
||||
# dbus = dependency('basu')
|
||||
sdbus_library = dependency('libsystemd', 'libelogind', 'basu', required: get_option('plugin-mpris'))
|
||||
sdbus = declare_dependency(compile_args: ['-DHAVE_' + sdbus_library.name().to_upper()], dependencies:[sdbus_library])
|
||||
|
||||
add_project_arguments(
|
||||
cc_flags +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue