Home | History | Annotate | Download | only in dist

Lines Matching refs:XKB_BIN_DIRECTORY

900 XKB_BIN_DIRECTORY
30748 withval=$with_xkb_bin_directory; XKB_BIN_DIRECTORY="$withval"
30750 e) XKB_BIN_DIRECTORY="auto" ;;
30755 if test "x$XKB_BIN_DIRECTORY" = "xauto"; then
30756 XKB_BIN_DIRECTORY=$(pkg-config --variable bindir xkbcomp)
30757 if test -z $XKB_BIN_DIRECTORY; then
30758 XKB_BIN_DIRECTORY="$bindir"
30767 eval ac_define_dir="\"$XKB_BIN_DIRECTORY\""
30769 XKB_BIN_DIRECTORY="$ac_define_dir"
30772 printf "%s\n" "#define XKB_BIN_DIRECTORY \"$ac_define_dir\"" >>confdefs.h