. ./opera_env

BINARY="./bin/input_calibrator";
if [ -x ${BINARY}-static ]; then
	export OPERA_INPUT_CALIBRATION="`${BINARY}-static --dfb:system=,no-debug,no-vt-switch`";
elif [ -x ${BINARY}-dynamic ]; then
	export OPERA_INPUT_CALIBRATION="`${BINARY}-dynamic --dfb:system=,no-debug,no-vt-switch`";
else
	echo "Unable to find an input_calibrator binary.";
fi
