Commit c5002be9 authored by vincowl's avatar vincowl Committed by GitHub

libx11 : needs to reorder dependencies to install (#4543)

parent 767fa555
......@@ -3,16 +3,16 @@ require 'package'
class Libx11 < Package
description 'C interface to the X window system'
homepage 'https://x.org'
version '1.6.12'
version '1.6.12-1'
compatibility 'all'
source_url 'https://www.x.org/archive/individual/lib/libX11-1.6.12.tar.bz2'
source_sha256 'f108227469419ac04d196df0f3b80ce1f7f65059bb54c0de811f4d8e03fd6ec7'
depends_on 'llvm' => ':build'
depends_on 'xorg_proto'
depends_on 'libxcb'
depends_on 'libxtrans'
depends_on 'llvm' => ':build'
def self.build
ENV['CFLAGS'] = "-fuse-ld=lld"
......
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