Gate backlight module behind libudev availability

This commit is contained in:
Ian Hattendorf
2019-02-18 21:11:18 -07:00
parent 875306804c
commit e67347f6ad
4 changed files with 15 additions and 6 deletions

View File

@ -16,10 +16,12 @@
#ifdef HAVE_LIBNL
#include "modules/network.hpp"
#endif
#ifdef HAVE_LIBUDEV
#include "modules/backlight.hpp"
#endif
#ifdef HAVE_LIBPULSE
#include "modules/pulseaudio.hpp"
#endif
#include "modules/backlight.hpp"
#include "modules/custom.hpp"
namespace waybar {