msitools/0001-wxi-add-libepoxy.wxi.patch
2015-06-23 02:15:49 +02:00

50 lines
1.5 KiB
Diff

From 89ead8332ab03fcb40e3a18d71d0d9da1f2a090f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
Date: Fri, 19 Jun 2015 19:12:21 +0200
Subject: [PATCH 1/2] wxi: add libepoxy.wxi
---
data/Makefile.am | 1 +
data/wixl/libepoxy.wxi | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
create mode 100644 data/wixl/libepoxy.wxi
diff --git a/data/Makefile.am b/data/Makefile.am
index f42d962..aed5ced 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -34,6 +34,7 @@ dist_wxi_DATA = \
wixl/hicolor-icon-theme.wxi \
wixl/jasper.wxi \
wixl/libcacard.wxi \
+ wixl/libepoxy.wxi \
wixl/libffi.wxi \
wixl/libgcrypt.wxi \
wixl/libgpg-error.wxi \
diff --git a/data/wixl/libepoxy.wxi b/data/wixl/libepoxy.wxi
new file mode 100644
index 0000000..c15a052
--- /dev/null
+++ b/data/wixl/libepoxy.wxi
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <Fragment>
+ <DirectoryRef Id="INSTALLDIR">
+ <Directory Id="dirA22A42337F76135BC4EA895EBCE82DDB" Name="bin">
+ <Component Win64="$(var.Win64)" Id="cmp6807DA99D2CA4CEF9F12AB8FE95452AF" Guid="*">
+ <File Id="fil0AE663249FAF801004F1DCEB5AB464D3" KeyPath="yes" Source="$(var.SourceDir)/bin/libepoxy-0.dll"/>
+ </Component>
+ </Directory>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <ComponentGroup Id="CG.libepoxy">
+ <ComponentRef Id="cmp6807DA99D2CA4CEF9F12AB8FE95452AF"/>
+ </ComponentGroup>
+ </Fragment>
+</Include>
--
2.4.4