lirc-tools: remove non-existing configuration options

--enable-sandboxed and --with-driver options were used in 0.9.1
>From 0.9.2 they are not used anymore.

Signed-off-by: David Kosir <david.kosir@bylapis.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[Arnout: resend without whitespace errors]
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
David Kosir 2015-10-28 21:56:47 +01:00 committed by Peter Korsgaard
parent fc2c039c90
commit 7af393a30c

View File

@ -11,10 +11,7 @@ LIRC_TOOLS_LICENSE = GPLv2+
LIRC_TOOLS_LICENSE_FILES = COPYING LIRC_TOOLS_LICENSE_FILES = COPYING
LIRC_TOOLS_DEPENDENCIES = host-pkgconf LIRC_TOOLS_DEPENDENCIES = host-pkgconf
LIRC_TOOLS_CONF_OPTS = \ LIRC_TOOLS_CONF_OPTS = --without-x
--without-x \
--enable-sandboxed \
--with-driver=userspace
define LIRC_TOOLS_INSTALL_INIT_SYSV define LIRC_TOOLS_INSTALL_INIT_SYSV
$(INSTALL) -D -m 0755 package/lirc-tools/S25lircd \ $(INSTALL) -D -m 0755 package/lirc-tools/S25lircd \