mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-25 07:20:37 +02:00
10 lines
314 B
Text
10 lines
314 B
Text
|
|
udevdir=$(UDEV_DIR)
|
||
|
|
udev_PROGRAMS = libinput-device-group
|
||
|
|
|
||
|
|
libinput_device_group_SOURCES = libinput-device-group.c
|
||
|
|
libinput_device_group_CFLAGS = $(LIBUDEV_CFLAGS) $(GCC_CFLAGS)
|
||
|
|
libinput_device_group_LDADD = $(LIBUDEV_LIBS)
|
||
|
|
|
||
|
|
udev_rulesdir=$(UDEV_DIR)/rules.d
|
||
|
|
dist_udev_rules_DATA = 80-libinput-device-groups.rules
|