aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/webp.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/webp.rb b/Library/Formula/webp.rb
index ea2a0c919..620efc96a 100644
--- a/Library/Formula/webp.rb
+++ b/Library/Formula/webp.rb
@@ -6,6 +6,8 @@ class Webp < Formula
md5 '254d4670e14e9ed881f0536b006ab336'
def install
+ ENV.x11
+
system "./autogen.sh"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"