cairo: drop ultimate buildoption
This commit is contained in:
parent
c07fbc3fae
commit
17a8400e81
1 changed files with 1 additions and 15 deletions
|
@ -17,26 +17,12 @@ hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libpng-devel fontconfig-devel pixman-devel libXrender-devel libglib-devel
|
makedepends="libpng-devel fontconfig-devel pixman-devel libXrender-devel libglib-devel
|
||||||
$(vopt_if opengl MesaLib-devel) $(vopt_if gles2 MesaLib-devel)"
|
$(vopt_if opengl MesaLib-devel) $(vopt_if gles2 MesaLib-devel)"
|
||||||
|
|
||||||
if [ ${build_option_ultimate} ]; then
|
|
||||||
_ultimate_version="2016-04-23"
|
|
||||||
_ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}"
|
|
||||||
distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz"
|
|
||||||
checksum+=" 9ea0e2455980be7c2ff649c1deb07838e9be64f4fad939716e0050fd5897b057"
|
|
||||||
post_extract() {
|
|
||||||
msg_normal "Applying ultimate patchset"
|
|
||||||
for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do
|
|
||||||
patch -p1 < $P
|
|
||||||
done
|
|
||||||
}
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gles2 opengl ultimate"
|
build_options="gles2 opengl"
|
||||||
desc_option_ultimate="Enable ultimate patchset"
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) build_options_default+=" opengl";;
|
i686*|x86_64*) build_options_default+=" opengl";;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue