Moved upower into its own directory

This commit is contained in:
Erik Reider
2022-03-19 11:34:34 +01:00
parent 2b2ac311d5
commit 14a2a7027f
4 changed files with 27 additions and 11 deletions

View File

@ -206,7 +206,7 @@ endif
if (upower_glib.found() and giounix.found() and not get_option('logind').disabled())
add_project_arguments('-DHAVE_UPOWER', language: 'cpp')
src_files += 'src/modules/upower.cpp'
src_files += 'src/modules/upower/upower.cpp'
endif
if libpulse.found()