#!/bin/bash export BUILD_OPTION_EGL_API_FB=0 export BUILD_OPTION_EGL_API_DFB=0 export BUILD_OPTION_EGL_API_DRI=1 ./test_build_sample.sh $* unset BUILD_OPTION_EGL_API_DRI unset BUILD_OPTION_EGL_API_DFB unset BUILD_OPTION_EGL_API_FB