Skip to content

Commit

Permalink
aalib: ensure build doesn't use X11
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Apr 5, 2013
1 parent 7ace000 commit 4d0acfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/aalib.rb
Expand Up @@ -17,7 +17,8 @@ def install
"--mandir=#{man}",
"--infodir=#{info}",
"--enable-shared=yes",
"--enable-static=yes"
"--enable-static=yes",
"--without-x"
system "make install"
end
end
Expand Down

0 comments on commit 4d0acfb

Please sign in to comment.