Skip to content
  • Jan Beich's avatar
    Simplify evdev includes on FreeBSD by relying on up-to-date package · f80d174e
    Jan Beich authored
    As evdev-proto is installed by CI some files have been missed:
    
     ../examples/pointer-constraints.c:2:10: fatal error: 'linux/input-event-codes.h' file not found
     #include <linux/input-event-codes.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
     ../examples/relative-pointer-unstable-v1.c:5:10: fatal error: 'linux/input-event-codes.h' file not found
     #include <linux/input-event-codes.h>
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    f80d174e