33 lines
1015 B
Diff
33 lines
1015 B
Diff
From fcf95ff8dc4a7ff4b28f3b593dd2f54b368d7503 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
|
|
Date: Fri, 19 Jun 2015 19:15:24 +0200
|
|
Subject: [PATCH 2/2] wxi: add libepoxy as gtk3 dep
|
|
|
|
---
|
|
data/wixl/gtk3.wxi | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/data/wixl/gtk3.wxi b/data/wixl/gtk3.wxi
|
|
index 0808917..259f74d 100644
|
|
--- a/data/wixl/gtk3.wxi
|
|
+++ b/data/wixl/gtk3.wxi
|
|
@@ -3,6 +3,7 @@
|
|
<?require cairo.wxi?>
|
|
<?require gdk-pixbuf.wxi?>
|
|
<?require glib2.wxi?>
|
|
+<?require libepoxy.wxi?>
|
|
<?require pango.wxi?>
|
|
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Fragment>
|
|
@@ -1226,6 +1227,7 @@
|
|
<ComponentGroupRef Id="CG.cairo"/>
|
|
<ComponentGroupRef Id="CG.gdk-pixbuf"/>
|
|
<ComponentGroupRef Id="CG.glib2"/>
|
|
+ <ComponentGroupRef Id="CG.libepoxy"/>
|
|
<ComponentGroupRef Id="CG.pango"/>
|
|
<ComponentRef Id="cmpC9962B6D4D6D6E322382AC6BDB0FBEAD"/>
|
|
<ComponentRef Id="cmpC5BC32F79EFCBD409B6E1D2CE4E60E62"/>
|
|
--
|
|
2.4.4
|
|
|