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

[libnotify] fix dependencies (#2239)

Fix #2121
parent a412aec8
...@@ -7,19 +7,16 @@ class Libnotify < Package ...@@ -7,19 +7,16 @@ class Libnotify < Package
source_url 'https://github.com/GNOME/libnotify/archive/0.7.7.tar.gz' source_url 'https://github.com/GNOME/libnotify/archive/0.7.7.tar.gz'
source_sha256 '8ff216938a47df591b454ad062465f6d91d7a83496a1ba8eb755df8952cf48f2' source_sha256 '8ff216938a47df591b454ad062465f6d91d7a83496a1ba8eb755df8952cf48f2'
binary_url ({
})
binary_sha256 ({
})
depends_on 'gdk_pixbuf'
depends_on 'gobject_introspection'
depends_on 'gtk_doc' depends_on 'gtk_doc'
depends_on 'gtk3' depends_on 'gtk3'
depends_on 'gnome_common'
def self.build def self.build
system "sh autogen.sh" system "./autogen.sh"
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}" system "./configure",
"--prefix=#{CREW_PREFIX}",
"--libdir=#{CREW_LIB_PREFIX}",
"--disable-static"
system "make" system "make"
end 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