mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Moved upower.*pp out of the upower directories
This commit is contained in:
parent
9b9e42fc5f
commit
6eb187a23e
@ -43,7 +43,7 @@
|
||||
#include "modules/keyboard_state.hpp"
|
||||
#endif
|
||||
#ifdef HAVE_UPOWER
|
||||
#include "modules/upower/upower.hpp"
|
||||
#include "modules/upower.hpp"
|
||||
#endif
|
||||
#ifdef HAVE_LIBPULSE
|
||||
#include "modules/pulseaudio.hpp"
|
||||
|
@ -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/upower.cpp'
|
||||
src_files += 'src/modules/upower.cpp'
|
||||
endif
|
||||
|
||||
if libpulse.found()
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "modules/upower/upower.hpp"
|
||||
#include "modules/upower.hpp"
|
||||
|
||||
#include <gio/gio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user