Skip to content

Commit

Permalink
utils: Add support for VTE 2.90
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Nov 7, 2018
1 parent 9b90cd9 commit 959d0d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/utils.m4
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ dnl GP_CHECK_UTILSLIB_VTECOMPAT(PluginName)
AC_DEFUN([GP_CHECK_UTILSLIB_VTECOMPAT],
[
AS_IF([test "$m4_tolower(AS_TR_SH(enable_$1))" != no],
[GP_CHECK_GTK3([utilslib_vte_package=vte-2.91],
[GP_CHECK_GTK3([PKG_CHECK_EXISTS([vte-2.91],
[utilslib_vte_package=vte-2.91],
[utilslib_vte_package=vte-2.90])],
[utilslib_vte_package=vte])
PKG_CHECK_MODULES([UTILSLIB], [$utilslib_vte_package],
[utilslib_have_vte=yes],
Expand Down

0 comments on commit 959d0d9

Please sign in to comment.