diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-01-05 07:24:03 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-01-05 07:24:03 +0000 |
commit | 3dc0eeb70afbf6ba362c04d69fc88a22afcd3b00 (patch) | |
tree | 64219aae41dba997a23af3102335cc81b2256efb /eclass/x-modular.eclass | |
parent | spyderous says: lesstif sucks! (diff) | |
download | historical-3dc0eeb70afbf6ba362c04d69fc88a22afcd3b00.tar.gz historical-3dc0eeb70afbf6ba362c04d69fc88a22afcd3b00.tar.bz2 historical-3dc0eeb70afbf6ba362c04d69fc88a22afcd3b00.zip |
No need to pass --disable-static for drivers anymore, that's the default.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 626739822a1a..2a47bf323790 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.37 2006/01/01 01:14:59 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.38 2006/01/05 07:24:03 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -100,9 +100,6 @@ fi # If we're a driver package if [[ "${PN/#xf86-video}" != "${PN}" ]] || [[ "${PN/#xf86-input}" != "${PN}" ]]; then - # Don't build static driver modules - DRIVER_OPTIONS="--disable-static" - # Enable driver code in the rest of the eclass DRIVER="yes" |