mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 19:57:16 +08:00
Disabling GTK+ in the PKGBUILD, or it will be a hard dependency on openjdk7.
This commit is contained in:
parent
e42998ce2d
commit
afb402b705
@ -5,7 +5,7 @@ pkgbase='openjdk7'
|
|||||||
_icedtea_release="2.2.1"
|
_icedtea_release="2.2.1"
|
||||||
_pkgver="7u5"
|
_pkgver="7u5"
|
||||||
pkgver="${_pkgver}_${_icedtea_release}"
|
pkgver="${_pkgver}_${_icedtea_release}"
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="An open-source implementation of the seventh edition of the Java SE Platform."
|
pkgdesc="An open-source implementation of the seventh edition of the Java SE Platform."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://icedtea.classpath.org/"
|
url="http://icedtea.classpath.org/"
|
||||||
@ -109,6 +109,7 @@ build() {
|
|||||||
--with-pkgversion="Chakra Linux build ${pkgver}-${pkgrel}-${CARCH}" \
|
--with-pkgversion="Chakra Linux build ${pkgver}-${pkgrel}-${CARCH}" \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
--disable-bootstrap \
|
--disable-bootstrap \
|
||||||
|
--disable-system-gtk \
|
||||||
--enable-nss \
|
--enable-nss \
|
||||||
--enable-pulse-java \
|
--enable-pulse-java \
|
||||||
--enable-system-zlib \
|
--enable-system-zlib \
|
||||||
@ -116,7 +117,6 @@ build() {
|
|||||||
--enable-system-png \
|
--enable-system-png \
|
||||||
--enable-system-gif \
|
--enable-system-gif \
|
||||||
--enable-system-lcms \
|
--enable-system-lcms \
|
||||||
--enable-system-gtk \
|
|
||||||
--enable-system-gio \
|
--enable-system-gio \
|
||||||
--enable-system-fontconfig \
|
--enable-system-fontconfig \
|
||||||
|| return 1
|
|| return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user