From 25619e9ad26fc49f12d7f917bd15d3af9e3b65bb Mon Sep 17 00:00:00 2001 From: Alexey Shilov Date: Fri, 11 Nov 2011 15:13:14 +0200 Subject: [PATCH] Changes: add mlocale library to list of preloaded libraries RevBy: TrustMe --- scripts/library-helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/library-helper.py b/scripts/library-helper.py index 72f3ed1..597ee5e 100755 --- a/scripts/library-helper.py +++ b/scripts/library-helper.py @@ -190,6 +190,7 @@ libraries_nokia = [ #(L, "/usr/lib/libXrender.so.1", "-lXrender", "libxrender1", "libxrender-dev"), #(L, "/usr/lib/libicuuc.so.44", "-licuuc", "libicu44", "libicu-dev"), (L, "/lib/librt.so.1", "-lrt", "libc6", "libc6"), + (D, "/usr/lib/libmlocale.so", "-lmlocale", "libmlocale0", "libmlocale-dev"), ] # Choose library list based on build environment