From d572934f7a8a194ee4da0f69da30cade20e59145 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 31 Oct 2007 21:38:45 +0000 Subject: [PATCH] put the note on how to enable xcomposite in MESSAGE, instead of DESCR ok matthieu@ --- x11/xcompmgr/Makefile | 4 ++-- x11/xcompmgr/pkg/DESCR | 6 ------ x11/xcompmgr/pkg/MESSAGE | 6 ++++++ 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 x11/xcompmgr/pkg/MESSAGE diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile index c4a49d924fe..ef4cfe10dad 100644 --- a/x11/xcompmgr/Makefile +++ b/x11/xcompmgr/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2007/09/15 20:04:26 merdely Exp $ +# $OpenBSD: Makefile,v 1.7 2007/10/31 21:38:45 jasper Exp $ COMMENT= Sample X Compositing Manager DISTNAME= xcompmgr-1.1.1 -PKGNAME= ${DISTNAME}p2 +PKGNAME= ${DISTNAME}p3 CATEGORIES= x11 MASTER_SITES= http://freedesktop.org/xapps/release/ diff --git a/x11/xcompmgr/pkg/DESCR b/x11/xcompmgr/pkg/DESCR index 63c9647c93a..bed5b046c55 100644 --- a/x11/xcompmgr/pkg/DESCR +++ b/x11/xcompmgr/pkg/DESCR @@ -1,9 +1,3 @@ xcompmgr is a sample compositing manager for X servers supporting the XFIXES, DAMAGE, and COMPOSITE extensions. It enables basic eye-candy effects. -To enable the COMPOSITE extension, add the following at the end of -/etc/X11/xorg.conf: - -Section "Extensions" - Option "Composite" "On" -EndSection diff --git a/x11/xcompmgr/pkg/MESSAGE b/x11/xcompmgr/pkg/MESSAGE new file mode 100644 index 00000000000..cadc9293d1e --- /dev/null +++ b/x11/xcompmgr/pkg/MESSAGE @@ -0,0 +1,6 @@ +To enable the COMPOSITE extension, add the following at the end of +/etc/X11/xorg.conf: + +Section "Extensions" + Option "Composite" "On" +EndSection