mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
package/lirc-tools: add optional support for udev
lirc-tools has optional support for udev, see configure.ac, line 303+. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
2b6e482d88
commit
c104e3df2c
@ -18,6 +18,10 @@ LIRC_TOOLS_AUTORECONF = YES
|
|||||||
LIRC_TOOLS_CONF_ENV = XSLTPROC=yes
|
LIRC_TOOLS_CONF_ENV = XSLTPROC=yes
|
||||||
LIRC_TOOLS_CONF_OPTS = --without-x
|
LIRC_TOOLS_CONF_OPTS = --without-x
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
||||||
|
LIRC_TOOLS_DEPENDENCIES += udev
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBUSB_COMPAT),y)
|
ifeq ($(BR2_PACKAGE_LIBUSB_COMPAT),y)
|
||||||
LIRC_TOOLS_DEPENDENCIES += libusb-compat
|
LIRC_TOOLS_DEPENDENCIES += libusb-compat
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user