Skip to content

Commit

Permalink
gnuplot: enable Cairo terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Jun 24, 2018
1 parent 2c2f997 commit 648a7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/gnuplot-octave-app.rb
Expand Up @@ -12,7 +12,7 @@ class GnuplotOctaveApp < Formula
depends_on "libtool" => :build
end

option "with-cairo", "Build without the Cairo based terminals"
#option "without-cairo", "Build without the Cairo based terminals"
option "without-lua", "Build without the lua/TikZ terminal"
option "with-wxmac", "Build wxmac support. Need with-cairo to build wxt terminal"
option "with-aquaterm", "Build with AquaTerm support"
Expand All @@ -24,7 +24,7 @@ class GnuplotOctaveApp < Formula
deprecated_option "nolua" => "without-lua"

depends_on "pkg-config" => :build
depends_on "cairo" => :optional
depends_on "cairo"
depends_on "gd"
depends_on "readline"
depends_on "lua" => :recommended
Expand Down

0 comments on commit 648a7c6

Please sign in to comment.