[Xfce4-commits] [apps/mousepad] 01/03: Set gtk3 minimum version (3.20)
noreply at xfce.org
noreply at xfce.org
Fri Jun 1 03:39:47 CEST 2018
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/mousepad.
commit 16f31725b34b01f6d3bb48cd5c61d462e5de8489
Author: Andre Miranda <andreldm at xfce.org>
Date: Thu May 31 22:27:26 2018 -0300
Set gtk3 minimum version (3.20)
---
configure.ac.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 3f75bad..f1c47ca 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -47,7 +47,7 @@ AC_PROG_CC()
AM_PROG_CC_C_O()
AC_PROG_LD()
AC_PROG_INSTALL()
-AC_PROG_INTLTOOL()
+IT_PROG_INTLTOOL()
AC_CHECK_PROGS([PERL], [perl5 perl])
dnl **************************
@@ -96,7 +96,7 @@ AC_ARG_ENABLE([gtk3],
[enable_gtk3=auto])
AS_IF([test "x$enable_gtk3" = "xyes"],
- [PKG_CHECK_MODULES([GTK], [gtk+-3.0])])
+ [PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.20])])
AS_IF([test "x$enable_gtk3" = "xauto"],
[PKG_CHECK_MODULES([GTK], [gtk+-3.0],
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list