summaryrefslogtreecommitdiff
path: root/x11/xcompmgr
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-08-09 10:12:06 +0000
committerbjs <bjs@pkgsrc.org>2008-08-09 10:12:06 +0000
commit2f1b1e347255ccbc5873ed5a365b3cb957e2dff9 (patch)
tree1ee085e4f36289b15016793d03abfe1983598886 /x11/xcompmgr
parentd8aaa61fa241c061be5b400c39f9fd47ac332588 (diff)
downloadpkgsrc-2f1b1e347255ccbc5873ed5a365b3cb957e2dff9.tar.gz
Enable damage notification by default, as I've been using xcompmgr
with this enabled for a while now with no untoward effects.
Diffstat (limited to 'x11/xcompmgr')
-rw-r--r--x11/xcompmgr/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile
index 10bbd86309b..293e4e0bfc8 100644
--- a/x11/xcompmgr/Makefile
+++ b/x11/xcompmgr/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2008/05/24 21:45:16 tnn Exp $
+# $NetBSD: Makefile,v 1.25 2008/08/09 10:12:06 bjs Exp $
#
DISTNAME= xcompmgr-1.1.4
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES = ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@@ -19,7 +20,7 @@ USE_FEATURES= getopt_long
### XXX You may play around with these if you like; they're simply
### the #defines from xcompmgr.c placed here for your convenience.
#
-#XCOMPMGR_DEFS+= -DCAN_DO_USABLE=0 # default: 0 (damage notification)
+XCOMPMGR_DEFS+= -DCAN_DO_USABLE=1 # default: 0 (damage notification)
#XCOMPMGR_DEFS+= -DMONITOR_REPAINT=0 # default: 0 (?)
#XCOMPMGR_DEFS+= -DDEBUG_REPAINT=0 # default: 0 (debugging)
#XCOMPMGR_DEFS+= -DDEBUG_EVENTS=0 # default: 0 (debugging)