[msitools] fontconfig,wxi: add expat as dependency



commit 32a7550180cef1915f03401c600e65f6300e0d0b
Author: Fabiano Fidêncio <fidencio redhat com>
Date:   Mon Nov 30 10:37:50 2015 +0100

    fontconfig,wxi: add expat as dependency
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758825

 data/wixl/fontconfig.wxi |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/wixl/fontconfig.wxi b/data/wixl/fontconfig.wxi
index 34ea53e..a1c54e1 100644
--- a/data/wixl/fontconfig.wxi
+++ b/data/wixl/fontconfig.wxi
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <?require gcc.wxi?>
 <?require freetype.wxi?>
+<?require expat.wxi?>
 <Include xmlns="http://schemas.microsoft.com/wix/2006/wi";>
   <Fragment>
     <DirectoryRef Id="INSTALLDIR">
@@ -187,6 +188,7 @@
     <ComponentGroup Id="CG.fontconfig">
       <ComponentGroupRef Id="CG.gcc"/>
       <ComponentGroupRef Id="CG.freetype"/>
+      <ComponentGroupRef Id="CG.expat"/>
       <ComponentRef Id="cmpA1344055E0C9AC8865ADD41B7CAAC269"/>
       <ComponentRef Id="cmp702EA469CAE49C6E1E50DF18A433D8F9"/>
       <ComponentRef Id="cmp8F17BE79180AEE1311E85F0BD4F8B5FF"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]