temp/mesa-dri-simpledrm: set builddir to fix build
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7511>
This commit is contained in:
parent
7203fa22b0
commit
a60830d3cb
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
pkgname=mesa-dri-simpledrm
|
||||
pkgdesc="Temporary KMSRO stub for simpledrm"
|
||||
pkgver=0.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://mesa.freedesktop.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
@ -14,6 +14,7 @@ makedepends="gcc"
|
|||
source="
|
||||
usr-lib-xorg-modules-dri-simpledrm_dri.c
|
||||
"
|
||||
builddir="$srcdir"
|
||||
|
||||
build() {
|
||||
gcc usr-lib-xorg-modules-dri-simpledrm_dri.c -shared -o usr-lib-xorg-modules-dri-simpledrm_dri.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue