diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-08-30 15:57:12 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-08-30 16:10:16 +0200 |
commit | 0200988f12d0c41263e39aaa89db61eb19b96c06 (patch) | |
tree | 47b5444abc7c23d742942a0676bdd98bc0f69c5b | |
parent | 291b85778669b4e4e276faab22add9d0e80046df (diff) |
libxmlsec and xmlsecurity do not have to depend on moz, nss is enough.
-rw-r--r-- | libxmlsec/prj/build.lst | 2 | ||||
-rw-r--r-- | xmlsecurity/prj/build.lst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libxmlsec/prj/build.lst b/libxmlsec/prj/build.lst index a52eb09268f8..47d3fd9263f4 100644 --- a/libxmlsec/prj/build.lst +++ b/libxmlsec/prj/build.lst @@ -1,3 +1,3 @@ -ls libxmlsec : soltools LIBXML2:libxml2 MOZ:moz NULL +ls libxmlsec : soltools LIBXML2:libxml2 NSS:nss NULL ls libxmlsec usr1 - all ls_mkout NULL ls libxmlsec nmake - all ls_xmlsec1 NULL diff --git a/xmlsecurity/prj/build.lst b/xmlsecurity/prj/build.lst index e2776dfb4b59..d70a6dbb9500 100644 --- a/xmlsecurity/prj/build.lst +++ b/xmlsecurity/prj/build.lst @@ -1,2 +1,2 @@ -xs xmlsecurity : TRANSLATIONS:translations xmloff unotools offapi unoil svx MOZ:moz LIBXMLSEC:libxmlsec NSS:nss LIBXSLT:libxslt NEON:neon NULL +xs xmlsecurity : TRANSLATIONS:translations xmloff unotools offapi unoil svx LIBXMLSEC:libxmlsec NSS:nss LIBXSLT:libxslt NEON:neon NULL xs xmlsecurity\prj nmake - all xs_prj NULL |