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

Update libxfixes dependecies

parent 3ba71b68
......@@ -7,6 +7,11 @@ class Libxfixes < Package
source_url 'https://www.x.org/archive/individual/lib/libXfixes-5.0.3.tar.gz'
source_sha256 '9ab6c13590658501ce4bd965a8a5d32ba4d8b3bb39a5a5bc9901edffc5666570'
depends_on 'fixesproto'
depends_on 'xproto'
depends_on 'xextproto'
depends_on 'libx11'
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