diff options
author | Drew DeVault <sir@cmpwn.com> | 2022-01-15 10:26:17 +0000 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-02-14 21:13:47 +0000 |
commit | 03ac5c203b2d7ffa305439210d26d70b32e245b8 (patch) | |
tree | 5e3b290a7d6e80ed0670845ff9b0877010cc1ffd | |
parent | 9d51ceb17453dd86426dd0dda3c2607c2aba5284 (diff) | |
download | aports-patches/3885.tar.gz aports-patches/3885.tar.bz2 aports-patches/3885.tar.xz |
testing/wlrobs: enable more arches, dmabufpatches/3885
dmabuf is now supported without an upstream obs patch, and my earlier
obs changes fix obs on all architectures.
-rw-r--r-- | testing/wlrobs/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/wlrobs/APKBUILD b/testing/wlrobs/APKBUILD index 7431e62265..3edd554cb4 100644 --- a/testing/wlrobs/APKBUILD +++ b/testing/wlrobs/APKBUILD @@ -4,9 +4,9 @@ pkgver=1.0 pkgrel=1 pkgdesc="obs-studio plugin that allows you to screen capture on wlroots" url="https://hg.sr.ht/~scoopta/wlrobs" -arch="x86 x86_64" # obs-stduio not provided on other platforms +arch="all" license="GPL-3.0-only" -makedepends="meson ninja obs-studio-dev wayland-dev" +makedepends="meson ninja obs-studio-dev wayland-dev libdrm-dev mesa-dev" source="https://dev.alpinelinux.org/archive/wlrobs/wlrobs-$pkgver.tar.gz " builddir="$srcdir/$pkgname-v$pkgver" options="!check" # No tests provided |