mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/distcc: removed --with-gtk
This commit is contained in:
parent
c91366d069
commit
70076fab44
1 changed files with 2 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@plugapps.com>
|
||||
# - added --without-avahi to configure
|
||||
# - removed gtk2 from deps
|
||||
# - removed gtk2 from deps and --with-gtk from configure
|
||||
|
||||
plugrel=1
|
||||
plugrel=2
|
||||
|
||||
pkgname=distcc
|
||||
pkgver=3.1
|
||||
|
@ -31,7 +31,6 @@ build() {
|
|||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
[ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
|
||||
--with-gtk \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--without-avahi \
|
||||
|
|
Loading…
Reference in a new issue