diff options
Diffstat (limited to 'extra/imagemagick/build')
| -rwxr-xr-x | extra/imagemagick/build | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/extra/imagemagick/build b/extra/imagemagick/build index e5836de3..ccadba92 100755 --- a/extra/imagemagick/build +++ b/extra/imagemagick/build @@ -7,7 +7,8 @@      --disable-nls \      --without-magick-plus-plus \      --without-perl \ -    --without-xml +    --without-xml \ +    --without-x  make  make DESTDIR="$1" install | 
