mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-29 19:30:10 +01:00
And add the minimal build tests to make sure we build and link Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
15 lines
188 B
C
15 lines
188 B
C
#if INCLUDE_LIBEI
|
|
#include <libei.h>
|
|
#endif
|
|
|
|
#if INCLUDE_LIBEIS
|
|
#include <libeis.h>
|
|
#endif
|
|
|
|
#if INCLUDE_LIBREIS
|
|
#include <libreis.h>
|
|
#endif
|
|
|
|
int main(int argc, char **argv) {
|
|
return 0;
|
|
}
|