if [[ $ETTERCAP_GTK == "none" ]]; then
  OPTS="-DENABLE_GTK=NO ${OPTS}"
fi &&

OPTS="${ETTERCAP_OPTS} ${OPTS}" &&

cmake_build
