diff options
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index ddcf16ec1..8e7f667f3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2010/04/10 21:26:00 matthieu Exp $ +# $OpenBSD: Makefile,v 1.17 2010/04/18 22:28:20 matthieu Exp $ .include <bsd.xconf.mk> @@ -9,6 +9,7 @@ XCB_LIBS= \ libxcb/libxcb-composite \ libxcb/libxcb-damage \ libxcb/libxcb-dpms \ + libxcb/libxcb-dri2 \ libxcb/libxcb-glx \ libxcb/libxcb-randr \ libxcb/libxcb-record \ |