]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/lirc/lirc-config.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / lirc / lirc-config.inc
1 EXTRA_OECONF = "--with-kerneldir=${STAGING_KERNEL_DIR} --with-driver=${DRIVER}"
2
3 DRIVER ?= "serial"
4 DRIVER_collie = "sa1100"
5 DRIVER_h3600 = "sa1100"
6 DRIVER_simpad = "sa1100"
7 # XXX Why is X disabled on all these platforms anyway?
8 EXTRA_OECONF_append_collie = " --without-x"
9 EXTRA_OECONF_append_h3600 = " --without-x"
10 EXTRA_OECONF_append_simpad = " --without-x"