Commit 1a49636c authored by lovedheart's avatar lovedheart Committed by Ed Reel

[umockdev] Fix dependencies (#1845)

parent 95b287e3
...@@ -11,8 +11,12 @@ class Umockdev < Package ...@@ -11,8 +11,12 @@ class Umockdev < Package
depends_on 'automake' => :build depends_on 'automake' => :build
depends_on 'libtool' => :build depends_on 'libtool' => :build
depends_on 'intltool' => :build depends_on 'intltool' => :build
depends_on 'python27' depends_on 'python27' => :build
depends_on 'glib'
depends_on 'libgudev'
depends_on 'vala' => :build
def self.build def self.build
system "./autogen.sh" system "./autogen.sh"
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}" system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
......
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