From 8838a27cb7d1c1be42166569ebfd0c75626752aa Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 31 Oct 2010 11:14:30 -0700 Subject: include Xxf86dga.h instead of the deprecated xf86dga.h Requires libXxf86dga 1.1.0 or newer for the new header. Clears compiler warnings of: "X11/extensions/xf86dga.h", line 9: #warning: "xf86dga.h is obsolete and may be removed in the future." "X11/extensions/xf86dga.h", line 10: #warning: "include instead." Signed-off-by: Alan Coopersmith --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 48ac761..ea0bf92 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,6 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS # Checks for pkg-config packages -PKG_CHECK_MODULES(XF86DGA, x11 xxf86dga) +PKG_CHECK_MODULES(XF86DGA, [x11 xxf86dga >= 1.1]) AC_OUTPUT([Makefile]) -- cgit v1.2.3