hydra-gtk: update to gtk3

gtk3 is more modern and successor to the old gtk2
This commit is contained in:
Yisus7u7 2021-11-22 13:55:36 -05:00 committed by GitHub
parent 022790867d
commit 52ce0772e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ AC_PROG_CC
AM_PROG_CC_STDC
AC_HEADER_STDC
pkg_modules="gtk+-2.0 >= 2.0.0"
pkg_modules="gtk+-3.0 >= 3.24.24"
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
AC_SUBST(PACKAGE_CFLAGS)
AC_SUBST(PACKAGE_LIBS)