summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 10:24:53 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 10:27:18 -0800
commit2cd474ca53efcb9af63782844b89a5622bf22963 (patch)
tree6e6f66e918143be79b1448c50c0a7bd8badf3824
parent7647908311913d5c746a959712fc965dde7d6144 (diff)
include evieproto.h instead of deprecated Xeviestr.h
Requires evieproto >= 1.1.0 for new header name Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
-rw-r--r--src/Xevie.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 37e685a..afb49b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XEVIE, xproto x11 xextproto xext evieproto)
+PKG_CHECK_MODULES(XEVIE, [xproto x11 xextproto xext evieproto >= 1.1.0])
dnl Allow checking code with lint, sparse, etc.
XORG_WITH_LINT
diff --git a/src/Xevie.c b/src/Xevie.c
index c91ef5e..e3a111d 100644
--- a/src/Xevie.c
+++ b/src/Xevie.c
@@ -27,7 +27,7 @@ DEALINGS IN THE SOFTWARE.
#define NEED_REPLIES
#include <X11/Xlibint.h>
#include <X11/extensions/Xevie.h>
-#include <X11/extensions/Xeviestr.h>
+#include <X11/extensions/evieproto.h>
#include <X11/extensions/Xext.h>
#include <X11/extensions/extutil.h>