diff options
author | hira <hira@pkgsrc.org> | 2005-01-24 10:57:27 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2005-01-24 10:57:27 +0000 |
commit | 9c63e2c9989c4d16635516b81cc3774f6db68052 (patch) | |
tree | ef596ea8d88a24dce22dd5d66020bef23e1d51c0 /meta-pkgs | |
parent | a4c741f41de66db6623529fb21889f573d4c8038 (diff) | |
download | pkgsrc-9c63e2c9989c4d16635516b81cc3774f6db68052.tar.gz |
Make drivers selectable with options.mk. By default, all of the drivers
which are supported by the platform are built.
OK'd by xtraeme@.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xorg/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-pkgs/xorg/Makefile.common b/meta-pkgs/xorg/Makefile.common index 4f83d99ff45..80bf25db014 100644 --- a/meta-pkgs/xorg/Makefile.common +++ b/meta-pkgs/xorg/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2004/12/27 17:26:19 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.15 2005/01/24 10:57:27 hira Exp $ # # XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. @@ -203,6 +203,7 @@ post-extract: -e "s|@COMPILER_RPATH_FLAG@|${COMPILER_RPATH_FLAG}|g" \ -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" \ -e "s|@EGDIR@|${EGDIR}|g" \ + -e "s|@CARDDRIVERS@|${CARDDRIVERS}|g" \ ${FILESDIR}/host.def > ${WRKSRC}/config/cf/host.def @${LN} -sf ${X11ROOT}/bin/gccmakedep ${WRKSRC}/config/util @${LN} -sf ${X11ROOT}/bin/revpath ${WRKSRC}/config/util |