Skip to content

Commit

Permalink
mupdf-tools: enable OpenGL
Browse files Browse the repository at this point in the history
Closes #21707.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
fxcoudert committed Dec 14, 2017
1 parent edd8ff0 commit 24b3b75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/mupdf-tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ def install
"verbose=yes",
"HAVE_X11=no",
"CC=#{ENV.cc}",
"prefix=#{prefix}",
"HAVE_GLFW=no" # Do not build OpenGL viewer: https://bugs.ghostscript.com/show_bug.cgi?id=697842
"prefix=#{prefix}"

# Symlink `mutool` as `mudraw` (a popular shortcut for `mutool draw`).
bin.install_symlink bin/"mutool" => "mudraw"
Expand Down

0 comments on commit 24b3b75

Please sign in to comment.