Applied suggestions by 'nemo' and drop 'basu' subproject

This commit is contained in:
haruInDisguise 2024-11-17 23:22:29 +01:00
parent b55d5a6739
commit 0d7a05af55
5 changed files with 18 additions and 8 deletions

View file

@ -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 +