put the note on how to enable xcomposite in MESSAGE, instead of DESCR

ok matthieu@
This commit is contained in:
jasper 2007-10-31 21:38:45 +00:00
parent abd93ef8b2
commit d572934f7a
3 changed files with 8 additions and 8 deletions

View File

@ -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/

View File

@ -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

6
x11/xcompmgr/pkg/MESSAGE Normal file
View File

@ -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