mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/lirc-tools: add optional support for alsa-lib
lirc-tools has optional support for alsa-lib, see configure.ac, line 230+. 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:
committed by
Thomas Petazzoni
parent
c104e3df2c
commit
b51d3eefd0
@@ -22,6 +22,10 @@ ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
||||
LIRC_TOOLS_DEPENDENCIES += udev
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
||||
LIRC_TOOLS_DEPENDENCIES += alsa-lib
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBUSB_COMPAT),y)
|
||||
LIRC_TOOLS_DEPENDENCIES += libusb-compat
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user