From 495c69043e62f91feb7023b313fe317fc7966e0c Mon Sep 17 00:00:00 2001 From: "KUROSAWA, Takeshi" Date: Sat, 18 Apr 2009 16:28:05 +0200 Subject: [PATCH] Bug 487160 - build fails with --enable-libnotify after bug 423756 landed. r=roc --- toolkit/system/gnome/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/system/gnome/Makefile.in b/toolkit/system/gnome/Makefile.in index ee9970d193fd..bf94c34137d5 100644 --- a/toolkit/system/gnome/Makefile.in +++ b/toolkit/system/gnome/Makefile.in @@ -65,6 +65,7 @@ CPPSRCS = \ $(NULL) ifdef MOZ_ENABLE_LIBNOTIFY +REQUIRES += thebes CPPSRCS += \ nsAlertsService.cpp \ nsAlertsIconListener.cpp \