CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
|
Patch
| revision 2099, Sun Dec 12 11:59:16 2010 UTC | revision 2285, Sun Mar 13 17:23:25 2011 UTC | |
|---|---|---|
| # | Line 5 | Line 5 |
| 5 | # PPC!=: | # PPC!=: |
| 6 | ||
| 7 | name=libdrm | name=libdrm |
| 8 | version=2.4.23 | version=2.4.24 |
| 9 | release=1 | release=1 |
| 10 | source=(http://dri.freedesktop.org/$name/$name-$version.tar.bz2 \ | source=(http://dri.freedesktop.org/$name/$name-$version.tar.bz2 \ |
| 11 | pci0001.patch) | pci0001.patch) |
| # | Line 13 source=(http://dri.freedesktop.org/$name | Line 13 source=(http://dri.freedesktop.org/$name |
| 13 | build() { | build() { |
| 14 | cd $name-$version | cd $name-$version |
| 15 | # if your videocard is on PCI:0001 bus (e.g. on Pegasos2) | # if your videocard is on PCI:0001 bus (e.g. on Pegasos2) |
| 16 | # patch -p0 -i $SRC/pci0001.patch | # patch -p0 -i $SRC/pci0001.patch |
| 17 | ||
| 18 | ./configure --prefix=/usr --with-gnu-ld \ | ./configure --prefix=/usr --with-gnu-ld \ |
| 19 | --disable-intel --enable-udev \ | --disable-intel --enable-udev \ |
|
||||||||