Split the Xlib compatibility functions into a separate library libxcb-xlib
authorJosh Triplett <josh@freedesktop.org>
Mon, 25 Sep 2006 09:02:16 +0000 (02:02 -0700)
committerJosh Triplett <josh@freedesktop.org>
Mon, 25 Sep 2006 09:57:19 +0000 (02:57 -0700)
commit9100981d359f6366ab92b456e6069bac89afeb15
tree3099aded5768072b83251988cbdb0efb9838f426
parent810dfb886247dc4484886aff2e2e7d80ea945de4
Split the Xlib compatibility functions into a separate library libxcb-xlib

We don't want to have to change the libxcb soname if we later manage to remove
the Xlib compatibility functions, and nothing except Xlib should ever use
them, so split them into a separate library.
configure.ac
src/Makefile.am
xcb-xlib.pc.in [new file with mode: 0644]