mupdf-tools: do not build the viewer
Closes #32846. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
a93a7fc765
commit
fa884b3c82
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ class MupdfTools < Formula
|
||||||
homepage "https://mupdf.com/"
|
homepage "https://mupdf.com/"
|
||||||
url "https://mupdf.com/downloads/archive/mupdf-1.14.0-source.tar.gz"
|
url "https://mupdf.com/downloads/archive/mupdf-1.14.0-source.tar.gz"
|
||||||
sha256 "c443483a678c3fc258fa4adc124146225d0bb443c522619faadebf6b363d7724"
|
sha256 "c443483a678c3fc258fa4adc124146225d0bb443c522619faadebf6b363d7724"
|
||||||
|
revision 1
|
||||||
head "https://git.ghostscript.com/mupdf.git"
|
head "https://git.ghostscript.com/mupdf.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -17,6 +18,7 @@ class MupdfTools < Formula
|
||||||
"build=release",
|
"build=release",
|
||||||
"verbose=yes",
|
"verbose=yes",
|
||||||
"HAVE_X11=no",
|
"HAVE_X11=no",
|
||||||
|
"HAVE_GLUT=no",
|
||||||
"CC=#{ENV.cc}",
|
"CC=#{ENV.cc}",
|
||||||
"prefix=#{prefix}"
|
"prefix=#{prefix}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue