diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-02 16:05:51 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-03 07:52:28 -0300 |
commit | e0c690d5e38a10e8c98c9584cf6b2e207ddba5a9 (patch) | |
tree | a15d3b76abcb70ac379bc2c57cb1b07fbd5d6a2a /main/libva-intel-driver/APKBUILD | |
parent | de6b3e42f5d56b68d9d65ad71a42c4daa2e176e4 (diff) | |
download | aports-e0c690d5e38a10e8c98c9584cf6b2e207ddba5a9.tar.bz2 aports-e0c690d5e38a10e8c98c9584cf6b2e207ddba5a9.tar.xz |
main/*: add --buildtype=plain to meson packages which don't specify a buildtype
Diffstat (limited to 'main/libva-intel-driver/APKBUILD')
-rw-r--r-- | main/libva-intel-driver/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libva-intel-driver/APKBUILD b/main/libva-intel-driver/APKBUILD index 96bee79dfb..7e634af58e 100644 --- a/main/libva-intel-driver/APKBUILD +++ b/main/libva-intel-driver/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libva-intel-driver pkgver=2.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="VA-API implementation for Intel GMA chipsets and Intel HD Graphics" url="https://freedesktop.org/wiki/Software/vaapi" arch="x86 x86_64" @@ -16,6 +16,7 @@ builddir="$srcdir"/intel-vaapi-driver-$pkgver.pre1 build() { meson builddir \ --prefix=/usr \ + --buildtype=plain \ -Dwith_wayland=yes \ -Dwith_x11=yes ninja -C builddir |