From 8b88c99685d9983b11e4eee5c4014e1f48948bfb Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 24 Dec 2015 11:17:32 +0800 Subject: [PATCH] No longer need to ship with libnotify.so --- script/create-dist.py | 1 - 1 file changed, 1 deletion(-) diff --git a/script/create-dist.py b/script/create-dist.py index 29f81ebd8579..a619e04d3ea0 100755 --- a/script/create-dist.py +++ b/script/create-dist.py @@ -72,7 +72,6 @@ TARGET_DIRECTORIES = { SYSTEM_LIBRARIES = [ 'libgcrypt.so', - 'libnotify.so', ]