- remove MESSAGE, now that Composite is enabled by default in most cases

- fix COMMENT while here (from naddy@)

ok matthieu@ naddy@
This commit is contained in:
jasper 2008-02-21 21:35:54 +00:00
parent b552a55bd0
commit efe830582f
2 changed files with 3 additions and 9 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2007/10/31 21:38:45 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2008/02/21 21:35:54 jasper Exp $
COMMENT= Sample X Compositing Manager
COMMENT= sample X Compositing Manager
DISTNAME= xcompmgr-1.1.1
PKGNAME= ${DISTNAME}p3
PKGNAME= ${DISTNAME}p4
CATEGORIES= x11
MASTER_SITES= http://freedesktop.org/xapps/release/

View File

@ -1,6 +0,0 @@
To enable the COMPOSITE extension, add the following at the end of
/etc/X11/xorg.conf:
Section "Extensions"
Option "Composite" "On"
EndSection