Commit cc0da4c8 authored by lovedheart's avatar lovedheart Committed by Ed Reel

[libxft] Fix dependencies (#1849)

parent 1a49636c
......@@ -10,6 +10,8 @@ class Libxft < Package
depends_on 'libxrender'
depends_on 'libx11'
depends_on 'fontconfig'
depends_on 'util_macros'
depends_on 'zlibpkg'
def self.build
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
......@@ -19,4 +21,4 @@ class Libxft < Package
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
\ No newline at end of file
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