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

[umockdev] Fix dependencies (#1845)

parent 95b287e3
......@@ -11,7 +11,11 @@ class Umockdev < Package
depends_on 'automake' => :build
depends_on 'libtool' => :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
system "./autogen.sh"
......
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