From: Julien Danjou Date: Sat, 9 May 2009 15:39:34 +0000 (+0200) Subject: depends on recent xcb-proto and bump version of randr X-Git-Tag: 1.3~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efbe96ee0ab0c5511035eee99f8fe7b38d5f65fa;p=platform%2Fupstream%2Flibxcb.git depends on recent xcb-proto and bump version of randr Signed-off-by: Julien Danjou --- diff --git a/configure.ac b/configure.ac index a63f71f..a8a1358 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ fi AC_SUBST(HTML_CHECK_RESULT) # 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" PKG_CHECK_MODULES(NEEDED, $NEEDED) diff --git a/src/Makefile.am b/src/Makefile.am index cad2129..e13092a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -75,7 +75,7 @@ EXTSOURCES += randr.c EXTENSION_XML += randr.xml if BUILD_RANDR 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) nodist_libxcb_randr_la_SOURCES = randr.c randr.h endif