mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
ncmpc: add optional dependency to lirc-tools
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
cdac332d20
commit
1189d03fe7
@ -18,6 +18,13 @@ NCMPC_CONF_OPTS += \
|
|||||||
--buildtype $(if $(BR2_ENABLE_DEBUG),debug,release) \
|
--buildtype $(if $(BR2_ENABLE_DEBUG),debug,release) \
|
||||||
--cross-file $(HOST_DIR)/etc/meson/cross-compilation.conf
|
--cross-file $(HOST_DIR)/etc/meson/cross-compilation.conf
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIRC_TOOLS),y)
|
||||||
|
NCMPC_DEPENDENCIES += lirc-tools
|
||||||
|
NCMPC_CONF_OPTS += -Dlirc=true
|
||||||
|
else
|
||||||
|
NCMPC_CONF_OPTS += -Dlirc=false
|
||||||
|
endif
|
||||||
|
|
||||||
NCMPC_NINJA_OPTS = $(if $(VERBOSE),-v)
|
NCMPC_NINJA_OPTS = $(if $(VERBOSE),-v)
|
||||||
|
|
||||||
define NCMPC_CONFIGURE_CMDS
|
define NCMPC_CONFIGURE_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user