diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-12-28 18:04:26 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-12-28 18:04:26 +0000 |
commit | 644dba0fd058e08f82743cecc64e178c87263141 (patch) | |
tree | 275df52ddda8a3a65edfdb2c766cab2b347d0c25 /vars | |
parent | 0aad46b62be4e0d67bebc089eb2776d2d5bdf0f2 (diff) | |
download | midipix_build-644dba0fd058e08f82743cecc64e178c87263141.tar.bz2 midipix_build-644dba0fd058e08f82743cecc64e178c87263141.tar.xz |
vars/build.vars:imagemagick:${PKG_IN_TREE}: don't build in-tree (via midipix.)
Diffstat (limited to 'vars')
-rw-r--r-- | vars/build.vars | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars index c8d75f76..b2896764 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -1628,7 +1628,6 @@ tmux tzdb vim yabasic xcowsay xeyes xorriso xterm xwd"; : ${PKG_IMAGEMAGICK_URL:=https://imagemagick.org/download/releases/ImageMagick-${PKG_IMAGEMAGICK_VERSION}.tar.xz}; : ${PKG_IMAGEMAGICK_CFLAGS_CONFIGURE_EXTRA:="-I${PREFIX_NATIVE}/include/freetype2"}; : ${PKG_IMAGEMAGICK_CONFIGURE_ARGS_EXTRA:="--enable-shared=yes --with-modules=yes --without-x --without-pango"}; -: ${PKG_IMAGEMAGICK_IN_TREE:=1}; : ${PKG_JAMVM_SHA256SUM:=76428e96df0ae9dd964c7a7c74c1e9a837e2f312c39e9a357fa8178f7eff80da}; : ${PKG_JAMVM_VERSION:=2.0.0}; : ${PKG_JAMVM_URL:=http://sourceforge.mirrorservice.org/j/ja/jamvm/jamvm/JamVM%20${PKG_JAMVM_VERSION}/jamvm-${PKG_JAMVM_VERSION}.tar.gz}; |