summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>2020-12-11 02:31:24 +0100
committerJan Ziak <0xe2.0x9a.0x9b@gmail.com>2020-12-11 02:31:24 +0100
commit609d795496a20226d3452dd08a858dc91676ac56 (patch)
treec93d1bbc89a6dcfe7c12a3b5eb9f863fa020355c /configure.ac.in
parentaea43710d2d628b2f43a8e6e7acffdb76dee589d (diff)
downloadlibxfce4ui-609d795496a20226d3452dd08a858dc91676ac56.tar.gz
Bump libepoxy version to 1.2
Closes: https://gitlab.xfce.org/xfce/libxfce4ui/-/issues/32
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index cece451..b4e9704 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -151,7 +151,7 @@ EPOXY_FOUND="no"
if test x"$GLIBTOP_FOUND" = x"yes"; then
XDT_CHECK_OPTIONAL_PACKAGE([EPOXY],
[epoxy],
- [1.0], [epoxy],
+ [1.2], [epoxy],
[library for handling OpenGL function pointer management], [yes])
else
AM_CONDITIONAL([HAVE_EPOXY], [false])