Commit d7d5f8cf authored by Jan Baudisch's avatar Jan Baudisch Committed by Kazushi (Jam) Marukawa

Update libxcb to use python27

parent 40db30cc
......@@ -7,12 +7,13 @@ class Libxcb < Package
source_url 'https://www.x.org/archive/individual/xcb/libxcb-1.12.tar.gz'
source_sha256 '092f147149d8a6410647a848378aaae749304d5b73e028ccb8306aa8a9e26f06'
depends_on 'python27'
depends_on 'xcb_proto'
depends_on 'libxau'
depends_on 'pthread_stubs'
def self.build
system "./configure"
system "python=/usr/local/bin/python2.7 ./configure"
system "make"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment