diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-08-24 20:22:21 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-08-24 20:22:21 +0000 |
commit | 771c1604293674a050b800a31229045fbd3ba6c4 (patch) | |
tree | b9042fd05725fd133fa70046828507e3c2e568b4 /app | |
parent | 09b4652e43a839484d891fbde9cbd6ace5d4e14a (diff) |
Enable xcb-iccm
Diffstat (limited to 'app')
-rw-r--r-- | app/xwininfo/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xwininfo/Makefile.bsd-wrapper b/app/xwininfo/Makefile.bsd-wrapper index c3a85e344..3c96052e1 100644 --- a/app/xwininfo/Makefile.bsd-wrapper +++ b/app/xwininfo/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2012/02/28 20:49:29 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2014/08/24 20:22:20 matthieu Exp $ -# CONFIGURE_ARGS += --with-xcb-icccm +CONFIGURE_ARGS += --with-xcb-icccm .include <bsd.xorg.mk> |