mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 21:03:52 -07:00
hydra-gtk: update to gtk3
gtk3 is more modern and successor to the old gtk2
This commit is contained in:
parent
022790867d
commit
52ce0772e8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ AC_PROG_CC
|
||||||
AM_PROG_CC_STDC
|
AM_PROG_CC_STDC
|
||||||
AC_HEADER_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])
|
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
|
||||||
AC_SUBST(PACKAGE_CFLAGS)
|
AC_SUBST(PACKAGE_CFLAGS)
|
||||||
AC_SUBST(PACKAGE_LIBS)
|
AC_SUBST(PACKAGE_LIBS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue