mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
Added libffi to openjdk6 deps
This commit is contained in:
parent
27eae170f2
commit
bda4e54b61
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ build() {
|
|||
package_openjdk6() {
|
||||
pkgdesc='Free Java environment based on OpenJDK 6.0 with IcedTea6 replacing binary plugs.'
|
||||
backup=(etc/profile.d/openjdk6.sh)
|
||||
depends=('gcc-libs' 'xdg-utils' 'hicolor-icon-theme' 'ca-certificates-java' 'libxtst')
|
||||
depends=('gcc-libs' 'xdg-utils' 'hicolor-icon-theme' 'ca-certificates-java' 'libxtst' 'libffi')
|
||||
optdepends=('xulrunner: for the browser plugin'
|
||||
'gtk2: for the browser plugin'
|
||||
'alsa-lib: for sound'
|
||||
|
|
Loading…
Reference in a new issue