summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-10-05 17:44:22 -0700
committerJosh Triplett <josh@freedesktop.org>2006-10-05 17:44:22 -0700
commite754b3b078d556c7861da56aad47d244e9199e06 (patch)
tree45ad176d873ed26187289ad1e2fe1e5bd923f030 /.gitignore
parentffd367f708b295abaedf3a23a1bfd4710d171d6f (diff)
Split public Xlib/XCB functions into libX11-xcb
We can never change the libX11 soname, and we don't want to commit to never changing the public Xlib/XCB functions, so split them into a separate library libX11-xcb. This also means that a program linked solely against libX11 should work with either Xlib or Xlib/XCB, which will make life easier for package maintainers. Signed-off-by: Josh Triplett <josh@freedesktop.org> Acked-by: Jamey Sharp <jamey@minilop.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b6aa5b8..12d9b7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,4 +16,5 @@ MakeOut
missing
mkinstalldirs
x11.pc
+x11-xcb.pc
*~