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

DRIVER ?= "serial"
DRIVER_collie = "sa1100"
DRIVER_h3600 = "sa1100"
DRIVER_beagle = "sa1100"
DRIVER_simpad = "sa1100"
# 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_beagle = " --without-x"
EXTRA_OECONF_append_simpad = " --without-x"