On Fre, 2012-04-20 at 00:04 +0200, Marek Olšák wrote: 
> 
> 2) The radeonsi driver hasn't been adapted yet. I don't have LLVM 3.1
> at the moment, therefore I can't even compile the driver. I'll try to
> take look at it this weekend unless someone else beats me to it.

As you said you're using Ubuntu, getting LLVM 3.1 could be as easy as
adding an /etc/apt/sources.list.d/*.list file containing

        deb http://ftp.<ISO country code>.debian.org/debian experimental main

[0] then running

        sudo apt-get update; sudo apt-get install llvm-3.1-dev

and passing LLVM_CONFIG=/usr/bin/llvm-config-3.1 to configure. I'll be
glad to try and help with any problems you encounter with that.


[0] Don't worry, the Debian experimental repositories are set up such
that APT should never automatically upgrade packages from them.

-- 
Earthling Michel Dänzer           |                   http://www.amd.com
Libre software enthusiast         |          Debian, X and DRI developer
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to