depends on recent xcb-proto and bump version of randr

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-05-09 17:39:34 +02:00
parent 010e566126
commit efbe96ee0a
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ fi
AC_SUBST(HTML_CHECK_RESULT) AC_SUBST(HTML_CHECK_RESULT)
# Checks for pkg-config packages # Checks for pkg-config packages
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.1) PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.5)
NEEDED="pthread-stubs xau >= 0.99.2" NEEDED="pthread-stubs xau >= 0.99.2"
PKG_CHECK_MODULES(NEEDED, $NEEDED) PKG_CHECK_MODULES(NEEDED, $NEEDED)

View File

@ -75,7 +75,7 @@ EXTSOURCES += randr.c
EXTENSION_XML += randr.xml EXTENSION_XML += randr.xml
if BUILD_RANDR if BUILD_RANDR
lib_LTLIBRARIES += libxcb-randr.la lib_LTLIBRARIES += libxcb-randr.la
libxcb_randr_la_LDFLAGS = -version-info 0:0:0 libxcb_randr_la_LDFLAGS = -version-info 1:0:0
libxcb_randr_la_LIBADD = $(XCB_LIBS) libxcb_randr_la_LIBADD = $(XCB_LIBS)
nodist_libxcb_randr_la_SOURCES = randr.c randr.h nodist_libxcb_randr_la_SOURCES = randr.c randr.h
endif endif