mirror of
https://github.com/X11Libre/xf86-input-libinput.git
synced 2026-04-14 10:54:17 +00:00
Rename main source file to x86libinput.c
To avoid conflict and confusion with libinput's sources. This was originally triggered by needing a header file for the driver which cannot be named libinput.h. That need went away after other refacturing, but we might as well rename it now, sooner or later we'll need a xf86libinput.h file. Can't do much about the libinput-properties header though, not worth breaking other projects and it's namespaced into /usr/include/xorg anyway. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -33,5 +33,5 @@ AM_CPPFLAGS =-I$(top_srcdir)/include $(LIBINPUT_CFLAGS)
|
||||
@DRIVER_NAME@_drv_la_LIBADD = $(LIBINPUT_LIBS)
|
||||
@DRIVER_NAME@_drv_ladir = @inputdir@
|
||||
|
||||
@DRIVER_NAME@_drv_la_SOURCES = @DRIVER_NAME@.c
|
||||
@DRIVER_NAME@_drv_la_SOURCES = xf86libinput.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user