Add butt-client to build, thanks @ckoller

This commit is contained in:
David Cooper
2024-01-17 14:12:11 -05:00
parent 337b137691
commit 45069f25f1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
pkgname=butt
pkgver=0.1.40
pkgrel=1
pkgrel=2
pkgdesc="Easy to use, multi OS streaming tool"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
license=('GPL2')
@@ -17,7 +17,7 @@ b2sums=('920680b90dc4a0936e2fac4cb155ed11f041b440bff3e6ca696b4bf633395550c7bbcf1
build() {
cd "${pkgname}-${pkgver}"
./configure --prefix=/usr LDFLAGS="-L$(dirname $(fltk-config --libs))"
./configure --with-client --prefix=/usr LDFLAGS="-L$(dirname $(fltk-config --libs))"
make
}