From e8673be2a2776278cf919c9a70d75668097b3da3 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 5 Jan 2012 10:29:36 +0100 Subject: * Add lazy_init.patch: Avoid spawning notification daemon right at startup, instead initialize it lazily when actually doing a notification. Improves boot speed. (LP: #912150) * Add disable_Werror.patch: Build without -Werror, to avoid build failure due to deprecated declarations. (LP: #912160) --- .pc/applied-patches | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .pc/applied-patches (limited to '.pc/applied-patches') diff --git a/.pc/applied-patches b/.pc/applied-patches new file mode 100644 index 0000000..1dca5f0 --- /dev/null +++ b/.pc/applied-patches @@ -0,0 +1,2 @@ +lazy_init.patch +disable_Werror.patch -- cgit v1.2.3