freerdp: depend on X11 to build the client.

master
Mike McQuaid 2012-08-05 13:56:06 +01:00
parent 15218f3234
commit f225667320
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ class Freerdp < Formula
head 'https://github.com/FreeRDP/FreeRDP.git'
depends_on :x11
depends_on 'cmake' => :build
depends_on 'pkg-config' => :build
@ -19,7 +20,7 @@ class Freerdp < Formula
end
def install
system "cmake", ".", "-DWITH_X11=OFF", *std_cmake_args
system "cmake", ".", *std_cmake_args
system "make install"
end
end