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

Update libx11 dependencies

parent 1c4b045d
......@@ -7,6 +7,13 @@ class Libx11 < Package
source_url 'https://www.x.org/archive/individual/lib/libX11-1.6.5.tar.gz'
source_sha256 '3abce972ba62620611fab5b404dafb852da3da54e7c287831c30863011d28fb3'
depends_on 'kbproto'
depends_on 'libxcb'
depends_on 'xproto'
depends_on 'inputproto'
depends_on 'xextproto'
depends_on 'libxtrans'
def self.build
system "./configure"
system "make"
......
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