Skip to content

Commit 5da033e

Browse files
committed
require libpeas 1.8.0
Python 3 loader was added in 1.7.0, so let's require next stable release
1 parent c94e091 commit 5da033e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ MATE_DESKTOP_REQUIRED=1.17.0
9191
GDKPIXBUF_REQUIRED=2.30.0
9292
SHARED_MIME_INFO_REQUIRED=0.20
9393
EXEMPI_REQUIRED=1.99.5
94-
LIBPEAS_REQUIRED=1.2.0
94+
LIBPEAS_REQUIRED=1.8.0
9595

9696
PKG_CHECK_MODULES(GMODULE, gmodule-2.0, [GMODULE_ADD="gmodule-2.0"],[GMODULE_ADD=""])
9797
EOM_MODULES="gtk+-3.0 >= $GTK_REQUIRED \

0 commit comments

Comments
 (0)