Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2012 12:05:47 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r785 - branches/experimental/Mk
Message-ID:  <201206211205.q5LC5l5T081320@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jun 21 12:05:46 2012
New Revision: 785

Log:
piggyback startup-notifications on DBUS

Modified:
   branches/experimental/Mk/bsd.gecko.mk

Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk	Thu Jun 21 12:05:22 2012	(r784)
+++ branches/experimental/Mk/bsd.gecko.mk	Thu Jun 21 12:05:46 2012	(r785)
@@ -676,7 +676,9 @@
 
 .if ${PORT_OPTIONS:MDBUS}
 LIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
-				notify.4:${PORTSDIR}/devel/libnotify
+				notify.4:${PORTSDIR}/devel/libnotify \
+				startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+MOZ_OPTIONS+=	--enable-startup-notification
 .else
 MOZ_OPTIONS+=	--disable-dbus --disable-libnotify
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206211205.q5LC5l5T081320>