#
#  Make EVDEV optional
#
if  [  "$LIBGII_EVDEV"  ==  "n"  ];  then
  OPTS="$OPTS  --disable-linux-evdev"
fi  &&

default_build
