diff options
author | dillo <dillo@pkgsrc.org> | 2007-04-17 19:07:49 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2007-04-17 19:07:49 +0000 |
commit | 0d534b5b106b75513ca73d2ff792a1d20f58ba8b (patch) | |
tree | 48e38407ad50d7466cd08e5c7161770201ca3556 /x11/modular-xorg-server | |
parent | 3fbffe36ccea5938fb495cb404afe2c30ae99e4a (diff) | |
download | pkgsrc-0d534b5b106b75513ca73d2ff792a1d20f58ba8b.tar.gz |
Rename option glx to dri; it will be used by MesaLib shortly, and
dri seems more natural there.
Okayed by wiz and joerg.
Diffstat (limited to 'x11/modular-xorg-server')
-rw-r--r-- | x11/modular-xorg-server/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile index 5c3fd4fac1e..304e76b4c6b 100644 --- a/x11/modular-xorg-server/Makefile +++ b/x11/modular-xorg-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/04/03 20:25:44 drochner Exp $ +# $NetBSD: Makefile,v 1.11 2007/04/17 19:07:49 dillo Exp $ DISTNAME= xorg-server-1.2.0 PKGREVISION= 2 @@ -22,11 +22,12 @@ USE_TOOLS+= perl CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --enable-dri -PKG_SUPPORTED_OPTIONS= glx +PKG_SUPPORTED_OPTIONS= dri PKG_OPTIONS_VAR= PKG_OPTIONS.xorg-server +PKG_OPTIONS_LEGACY_OPTS=glx:dri .include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS:Mglx) +.if !empty(PKG_OPTIONS:Mdri) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= MesaLib-6.5.2.tar.bz2 SITES.MesaLib-6.5.2.tar.bz2= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} @@ -63,7 +64,7 @@ BUILDLINK_API_DEPENDS.kbproto+= kbproto>=1.0.3 .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../fonts/libfontenc/buildlink3.mk" -.if empty(PKG_OPTIONS:Mglx) +.if empty(PKG_OPTIONS:Mdri) # for GLX we already have the Mesa source .include "../../graphics/MesaLib/buildlink3.mk" .endif |