mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Added llvm in makedepends
This commit is contained in:
parent
b5914d9e31
commit
9f345f2261
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -20,6 +20,7 @@ pkgbase = icecat
|
|||
makedepends = gst-plugins-base-libs
|
||||
makedepends = inetutils
|
||||
makedepends = rust
|
||||
makedepends = llvm
|
||||
depends = gtk3
|
||||
depends = gtk2
|
||||
depends = mozilla-common
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -17,7 +17,7 @@ license=('GPL' 'MPL' 'LGPL')
|
|||
depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'ffmpeg'
|
||||
'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font')
|
||||
makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'autoconf2.13'
|
||||
'libpulse' 'gst-plugins-base-libs' 'inetutils' 'rust')
|
||||
'libpulse' 'gst-plugins-base-libs' 'inetutils' 'rust' 'llvm')
|
||||
optdepends=('networkmanager: Location detection via available WiFi networks'
|
||||
'libnotify: Notification integration'
|
||||
'pulseaudio: Audio support'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue