BUILD: wxWidgets 3.x requires at least GTK3

This commit is contained in:
Rom Walton 2014-09-17 23:04:31 -04:00
parent 4850d0236c
commit fe22bb69bf
1 changed files with 2 additions and 2 deletions

View File

@ -1011,9 +1011,9 @@ if test "${enable_manager}" = yes ; then
PKG_CHECK_MODULES(LIBNOTIFY, [libnotify]) PKG_CHECK_MODULES(LIBNOTIFY, [libnotify])
fi fi
dnl ---------- GTK2 ------------------------------------------------------- dnl ---------- GTK3 -------------------------------------------------------
if test "${enable_manager}" = yes ; then if test "${enable_manager}" = yes ; then
PKG_CHECK_MODULES(GTK, [gtk+-2.0]) PKG_CHECK_MODULES(GTK, [gtk+-3.0])
fi fi
dnl ---------- Sqlite3 ---------------------------------------------------- dnl ---------- Sqlite3 ----------------------------------------------------