mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
fixed msm
This commit is contained in:
parent
019d347f41
commit
6c8b5b2011
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ build() {
|
|||
./autogen.sh --with-xorg-module-dir=$PWD/output
|
||||
|
||||
# Symlink to the kernel headers from 2.6.35-palm-tenderloin
|
||||
ln -s /usr/src/linux-2.6.35/linux/ linux
|
||||
ln -s /usr/src/linux-2.6.35/drm/ drm
|
||||
ln -s /usr/src/linux-2.6.35/include/linux/ linux
|
||||
ln -s /usr/src/linux-2.6.35/include/drm/ drm
|
||||
|
||||
# PATCH: Turn off neon optimizations
|
||||
cp $srcdir/makefile-am.patch $srcdir/xf86-video-msm/
|
||||
|
|
Loading…
Reference in a new issue