From 9c63e2c9989c4d16635516b81cc3774f6db68052 Mon Sep 17 00:00:00 2001 From: hira Date: Mon, 24 Jan 2005 10:57:27 +0000 Subject: Make drivers selectable with options.mk. By default, all of the drivers which are supported by the platform are built. OK'd by xtraeme@. --- meta-pkgs/xorg/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-pkgs') 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 -- cgit v1.2.3