libnotify: formula cleanup/remove x11 dep
This commit is contained in:
parent
60d1fc8659
commit
5785335736
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
class Libnotify < Formula
|
||||
homepage "https://developer.gnome.org/libnotify"
|
||||
url "http://ftp.gnome.org/pub/gnome/sources/libnotify/0.7/libnotify-0.7.6.tar.xz"
|
||||
url "https://download.gnome.org/sources/libnotify/0.7/libnotify-0.7.6.tar.xz"
|
||||
sha256 "0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837"
|
||||
|
||||
depends_on :x11
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "gtk+3"
|
||||
depends_on "gtk-doc" => :optional
|
||||
depends_on "gtk+3" => :build
|
||||
depends_on "gdk-pixbuf"
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue