diff options
author | 2008-03-12 02:50:23 +0000 | |
---|---|---|
committer | 2008-03-12 02:50:23 +0000 | |
commit | 0daaa3b5ed6225e7353548a4b6f52baeb20ce293 (patch) | |
tree | 0732ae52213e51e9aff13e19f6f39a9095ad8ac4 /x11-drivers/ati-drivers/ati-drivers-8.455.3.ebuild | |
parent | fiddling with lockdep (diff) | |
download | je_fro-0daaa3b5ed6225e7353548a4b6f52baeb20ce293.tar.gz je_fro-0daaa3b5ed6225e7353548a4b6f52baeb20ce293.tar.bz2 je_fro-0daaa3b5ed6225e7353548a4b6f52baeb20ce293.zip |
taking out CONFIG_LOCKDEP check because it works for me.
svn path=/; revision=190
Diffstat (limited to 'x11-drivers/ati-drivers/ati-drivers-8.455.3.ebuild')
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.455.3.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.455.3.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.455.3.ebuild index cb7f6e2..01d361c 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.455.3.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.455.3.ebuild @@ -83,11 +83,6 @@ pkg_setup() { ewarn "You don't have MTRR support enabled, the direct rendering will not work." fi - if linux_chkconfig_present CONFIG_LOCKDEP_SUPPORT; then - ewarn "fglrx cannot be compiled for a kernel with CONFIG_LOCKDEP" - ewarn "please disable any options depending on LOCKDEP and recompile." - fi - if linux_chkconfig_builtin DRM; then ewarn "You have DRM support enabled builtin, the direct rendering will not work." fi |