diff options
-rw-r--r-- | Makefile.bsd-wrapper | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper new file mode 100644 index 0000000..9e0fa4c --- /dev/null +++ b/Makefile.bsd-wrapper @@ -0,0 +1,27 @@ +# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $ + +SHARED_LIBS= \ + xcb-composite 0.0 \ + xcb-damage 0.0 \ + xcb-dmps 0.0 \ + xcb-glx 0.0 \ + xcb-randr 0.0 \ + xcb-record 0.0 \ + xcb-render 0.0 \ + xcb-res 0.0 \ + xcb-screensaver 0.0 \ + xcb-shape 0.0 \ + xcb-shm 0.0 \ + xcb-sync 0.0 \ + xcb-xevie 0.0 \ + xcb-xf86dri 0.0 \ + xcb-xfixes 0.0 \ + xcb-xinerama 0.0 \ + xcb-xlib 0.0 \ + xcb-xprint 0.0 \ + xcb-xtest 0.0 \ + xcb-xv 0.0 \ + xcb-xvmc 0.0 \ + xcb 1.0 + +.include <bsd.xorg.mk> |