Skip to content

Commit

Permalink
build: add check for xproto >= 7.0.8
Browse files Browse the repository at this point in the history
This is needed to have _X_INLINE.

Signed-off-by: Julien Danjou <[email protected]>
  • Loading branch information
jd committed Nov 21, 2008
1 parent 7ba0d2c commit 0d1e2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ AC_SUBST(pkgconfigdir)
PKG_CHECK_MODULES(XCB, xcb >= 1.0)
PKG_CHECK_MODULES(XCB_SHM, xcb-shm)
PKG_CHECK_MODULES(XCB_RENDER, xcb-render)
PKG_CHECK_MODULES(XPROTO, xproto >= 7.0.8)

XCB_AUX_CFLAGS='-I$(top_srcdir)/aux'
XCB_AUX_LIBS='$(top_builddir)/aux/libxcb-aux.la'
Expand Down

0 comments on commit 0d1e2f9

Please sign in to comment.