[msitools] wxi: nss depends on nspr and sqlite
- From: Fabiano Fidêncio <ffidencio src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools] wxi: nss depends on nspr and sqlite
- Date: Fri, 9 Oct 2015 15:43:42 +0000 (UTC)
commit f2d4bfe61d3d17c60840e2ab60f1db65a70577fd
Author: Fabiano Fidêncio <fidencio redhat com>
Date: Fri Oct 9 16:04:15 2015 +0200
wxi: nss depends on nspr and sqlite
data/wixl/nss.wxi | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/wixl/nss.wxi b/data/wixl/nss.wxi
index 68c5acb..436499a 100644
--- a/data/wixl/nss.wxi
+++ b/data/wixl/nss.wxi
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?require nspr.wxi?>
+<?require sqlite.wxi?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="TARGETDIR">
@@ -139,6 +140,8 @@
</Fragment>
<Fragment>
<ComponentGroup Id="CG.nss">
+ <ComponentGroupRef Id="CG.nspr"/>
+ <ComponentGroupRef Id="CG.sqlite"/>
<ComponentRef Id="cmp901134AE979D2DF190AD405E36B9E315"/>
<ComponentRef Id="cmp6C58E80840CAD61AFEECB58BDEAD7113"/>
<ComponentRef Id="cmp54CB944FA13E66225E1C7526CB8B6783"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]