aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hal/hal_0.5.12.bb
blob: b6531e82353bfcc9f98acebe4d7fedcee0939140 (plain)
1
2
3
4
5
6
7
8
9
10
11
require hal.inc

DEFAULT_PREFERENCE = "-1"

# The following code finds the right linux/input.h,
# which also works with external-toolchain/SDK
do_configure() {
	linux_input_h=`echo "#include <linux/input.h>" | ${CPP} - | \
		grep "linux\/input.h" | head -n 1 | awk -F '"' '{print $2}'`
	autotools_do_configure --with-linux-input-header=${linux_input_h}
}