Fix build if there is no libinput
This commit is contained in:
parent
da5ee2ba93
commit
015c59d9fd
1 changed files with 1 additions and 1 deletions
|
@ -27,9 +27,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#include "tabbox/tabbox.h"
|
#include "tabbox/tabbox.h"
|
||||||
#endif
|
#endif
|
||||||
#include "unmanaged.h"
|
#include "unmanaged.h"
|
||||||
|
#include "screens.h"
|
||||||
#include "workspace.h"
|
#include "workspace.h"
|
||||||
#if HAVE_INPUT
|
#if HAVE_INPUT
|
||||||
#include "screens.h"
|
|
||||||
#include "libinput/connection.h"
|
#include "libinput/connection.h"
|
||||||
#endif
|
#endif
|
||||||
// KDE
|
// KDE
|
||||||
|
|
Loading…
Reference in a new issue