summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/lirc/lirc-config.inc
blob: 03bfc61e39d7afea2770e8888be11f888be31b78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
EXTRA_OECONF = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=${DRIVER}"

DRIVER ?= "serial"
# fails to build at the moment, re-enable later
#DRIVER_collie = "sa1100"
DRIVER_h3600 = "sa1100"
DRIVER_simpad = "sa1100"
DRIVER_nslu2 = "nslu2"
# XXX Why is X disabled on all these platforms anyway?
EXTRA_OECONF_append_collie = " --without-x"
EXTRA_OECONF_append_h3600 = " --without-x"
EXTRA_OECONF_append_simpad = " --without-x"
EXTRA_OECONF_append_nslu2 = " --without-x --with-transmitter --with-soft-carrier"