-fixed build system to use pkg-config for evdev

This commit is contained in:
Juan Linietsky 2015-12-21 10:37:26 -03:00
parent 3fe740dac6
commit 46dee92c8e
2 changed files with 8 additions and 3 deletions

View file

@ -33,7 +33,7 @@
#include "joystick_linux.h"
#include "print_string.h"
#include <libevdev-1.0/libevdev/libevdev.h>
#include <libevdev/libevdev.h>
#include <libudev.h>
#include <unistd.h>
#include <fcntl.h>