configure.ac: switch gtk dir to gtk2

This commit is contained in:
rofl0r 2021-10-29 17:23:08 +00:00
parent c2d7a8a643
commit 2bd5f2804f
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ fi
dnl - Determine which UIs to build
UI_DIR="cli $UI_DIR"
if test "x$HAVE_GTK" = "xyes"; then
UI_DIR="gtk $UI_DIR"
UI_DIR="gtk2 $UI_DIR"
fi
if test "x$HAVE_LIBGLADE" = "xyes"; then