7 if [[ ! -x $MESON_BUILDDIR/$1 ]]; then
8 echo "$1 not found after build"
14 if [[ -z "$MESON_BUILDDIR" ]]; then
15 echo "\$MESON_BUILDDIR not set"
19 [[ "$BUILD_XEPHYR" == true
]] && check_executable
"hw/kdrive/ephyr/Xephyr"
20 [[ "$BUILD_XNEST" == true
]] && check_executable
"hw/xnest/Xnest"
21 [[ "$BUILD_XORG" == true
]] && check_executable
"hw/xfree86/Xorg"
22 [[ "$BUILD_XVFB" == true
]] && check_executable
"hw/vfb/Xvfb"
23 [[ "$BUILD_XWAYLAND" == true
]] && check_executable
"hw/xwayland/Xwayland"