Fix build if there is no libinput

master
Martin Gräßlin 10 years ago
parent da5ee2ba93
commit 015c59d9fd

@ -27,9 +27,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "tabbox/tabbox.h"
#endif
#include "unmanaged.h"
#include "screens.h"
#include "workspace.h"
#if HAVE_INPUT
#include "screens.h"
#include "libinput/connection.h"
#endif
// KDE

Loading…
Cancel
Save