summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2015-03-24 21:04:17 +0100
committerOlivier Fourdan <fourdan@xfce.org>2015-03-27 08:32:28 +0100
commit8fbff6ce0c097897a1f909dd02f72f4160f23d99 (patch)
treec3310dd7c638b32b1c05e3c4f60592e83c013433 /configure.ac.in
parent37527851e4e957dc23562f99d5d81cca186d9537 (diff)
downloadxfwm4-8fbff6ce0c097897a1f909dd02f72f4160f23d99.tar.gz
Implement vsync using OpenGL
Bug: 11642 Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac.in b/configure.ac.in
index af7084bc9..6d72221b6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -19,7 +19,7 @@ m4_define([xcomposite_minimum_version], [0.2])
m4_define([wnck_minimum_version], [2.22])
m4_define([startup_notification_minimum_version], [0.5])
m4_define([intltool_minimum_version], [0.31])
-m4_define([libdrm_minimum_version], [2.4])
+m4_define([libepoxy_minimum_version], [1.0])
dnl init autoconf
AC_COPYRIGHT([Copyright (c) 2002-2014
@@ -99,10 +99,10 @@ XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.72])
dnl
dnl Sync to vblank support
dnl
-XDT_CHECK_OPTIONAL_PACKAGE([LIBDRM],
- [libdrm], [libdrm_minimum_version],
- [libdrm],
- [userspace interface to the kernel DRM services], [yes])
+XDT_CHECK_OPTIONAL_PACKAGE([EPOXY],
+ [epoxy], [libepoxy_minimum_version],
+ [epoxy],
+ [library for handling OpenGL function pointer management], [yes])
dnl
dnl Startup notification support