user/rm-utils: rebuild against linux-rm-dev
This commit is contained in:
parent
4762c92107
commit
6e34e52f8d
1 changed files with 2 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
pkgname=rm-utils
|
pkgname=rm-utils
|
||||||
pkgver=0.0.1
|
pkgver=0.0.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Utility files for reMarkable tablet"
|
pkgdesc="Utility files for reMarkable tablet"
|
||||||
arch="armv7 armhf"
|
arch="armv7 armhf"
|
||||||
url="http://www.davisr.me/projects/parabola-rm/"
|
url="http://www.davisr.me/projects/parabola-rm/"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
makedepends="musl-dev linux-headers"
|
makedepends="musl-dev linux-rm-dev"
|
||||||
options="!check" # No testsuite
|
options="!check" # No testsuite
|
||||||
builddir="$srcdir"
|
builddir="$srcdir"
|
||||||
source="
|
source="
|
||||||
|
@ -20,7 +20,6 @@ source="
|
||||||
"
|
"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
env
|
|
||||||
$CC $CFLAGS epdc-init-auto.c -o epdc-init-auto
|
$CC $CFLAGS epdc-init-auto.c -o epdc-init-auto
|
||||||
$CC $CFLAGS epdc-show-bitmap.c -o epdc-show-bitmap
|
$CC $CFLAGS epdc-show-bitmap.c -o epdc-show-bitmap
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue