diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-04-27 01:55:49 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-04-27 01:55:49 -0500 |
commit | 83c3724d17cb2b69539a00872aab90abceeabbca (patch) | |
tree | b37efa3b47f90ba5bfaa79c896cd9a58e9f7cb90 /testing | |
parent | d6517e9f72c7a8cd72a72f1647065c37f49cc5b1 (diff) | |
download | aports-83c3724d17cb2b69539a00872aab90abceeabbca.tar.bz2 aports-83c3724d17cb2b69539a00872aab90abceeabbca.tar.xz |
testing/xf86-video-nouveau: disable mesa support for now
Diffstat (limited to 'testing')
-rw-r--r-- | testing/xf86-video-nouveau/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xf86-video-nouveau/APKBUILD b/testing/xf86-video-nouveau/APKBUILD index c006aa657c..518a519982 100644 --- a/testing/xf86-video-nouveau/APKBUILD +++ b/testing/xf86-video-nouveau/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Open-source X.org drivers for nVidia video cards" url="http://nouveau.freedesktop.org/" arch="all" license="MIT" -depends="mesa-dri-nouveau" +depends="" depends_dev= makedepends="pkgconfig randrproto renderproto videoproto xextproto libdrm-dev xorg-server-dev util-macros libtool autoconf automake xf86driproto" install="" |