mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/xf86-video-armsoc-rockchip fix
This commit is contained in:
parent
b5eeaddc3e
commit
53d7c6e1a3
1 changed files with 0 additions and 3 deletions
|
@ -15,10 +15,8 @@ options=('!libtool')
|
|||
conflicts=(xf86-video-armsoc)
|
||||
provides=(xf86-video-armsoc)
|
||||
source=("$pkgname::git+https://github.com/mmind/xf86-video-armsoc.git#commit=${_commit}"
|
||||
'0001-compile-only-drmmode_rockchip.patch'
|
||||
'20-armsoc.conf')
|
||||
md5sums=('SKIP'
|
||||
'ecacdf828e109b9a7f79858844728647'
|
||||
'ca34299695813b200f0d6054c45d1f94')
|
||||
|
||||
pkgver() {
|
||||
|
@ -28,7 +26,6 @@ pkgver() {
|
|||
|
||||
build() {
|
||||
cd $pkgname
|
||||
git apply ../0001-compile-only-drmmode_rockchip.patch
|
||||
|
||||
CFLAGS=`echo $CFLAGS | sed -e 's/vfpv3-d16/neon/'` && CXXFLAGS="$CFLAGS"
|
||||
./autogen.sh --prefix=/usr --with-drmmode=rockchip
|
||||
|
|
Loading…
Reference in a new issue