Commit df02dd13 authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Add xorg protocol dependency to libfontenc

parent 9eca03ae
......@@ -7,6 +7,8 @@ class Libfontenc < Package
source_url 'https://www.x.org/archive/individual/lib/libfontenc-1.1.3.tar.gz'
source_sha256 '6fba26760ca8d5045f2b52ddf641c12cedc19ee30939c6478162b7db8b6220fb'
depends_on 'xorg_proto'
def self.build
system "./configure --prefix=#{CREW_PREFIX}"
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