mirror of https://github.com/BOINC/boinc.git
BUILD: wxWidgets 3.x requires at least GTK3
This commit is contained in:
parent
4850d0236c
commit
fe22bb69bf
|
@ -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 ----------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue