projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f44dc51
)
Fix libxcb-randr version info
author
Julien Cristau
<jcristau@debian.org>
Fri, 29 May 2009 12:41:59 +0000
(14:41 +0200)
committer
Julien Danjou
<julien@danjou.info>
Fri, 29 May 2009 15:05:11 +0000
(17:05 +0200)
The SONAME shouldn't have been bumped in 1.3, only new symbols were
added.
Signed-off-by: Julien Danjou <julien@danjou.info>
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
e13092a
..
5de3b09
100644
(file)
--- 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 1:0:
0
+libxcb_randr_la_LDFLAGS = -version-info 1:0:
1
libxcb_randr_la_LIBADD = $(XCB_LIBS)
nodist_libxcb_randr_la_SOURCES = randr.c randr.h
endif