Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 8ab780a

Browse files
committed
thirdparty: Rebuild libdrm against API 28
Signed-off-by: Andrew Gunnerson <andrewgunnerson@gmail.com>
1 parent a74d70d commit 8ab780a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

thirdparty/libdrm/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-2017 Andrew Gunnerson <andrewgunnerson@gmail.com>
1+
# Copyright (C) 2016-2018 Andrew Gunnerson <andrewgunnerson@gmail.com>
22
#
33
# This program is free software: you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
1515

1616
pkgname=libdrm
1717
pkgver=8.1.0_r2
18-
pkgrel=1
18+
pkgrel=2
1919
pkgdesc="Userspace interface to kernel DRM services"
2020
arch=(armv7 aarch64 x86 x86_64)
2121
url="https://android.googlesource.com/platform/external/libdrm"
@@ -41,7 +41,7 @@ build() {
4141
NDK_TOOLCHAIN_VERSION=clang \
4242
APP_BUILD_SCRIPT=Android.mk \
4343
APP_ABI="${abi}" \
44-
APP_PLATFORM=android-21 \
44+
APP_PLATFORM=android-28 \
4545
"${MAKEFLAGS}"
4646
}
4747

0 commit comments

Comments
 (0)