3ee2f82512
Pull in many wxi fixes from upstream post v0.100. Switch to autosetup macro for easier patching. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
37 lines
1.2 KiB
Diff
37 lines
1.2 KiB
Diff
From 805ff902ae92f0020f4371820a2421fd2fc7120e Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@redhat.com>
|
|
Date: Sat, 28 Mar 2020 02:34:52 +0100
|
|
Subject: [PATCH 8/9] data: update gdk-pixbuf deps
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
|
|
---
|
|
data/wixl/gdk-pixbuf.wxi | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/data/wixl/gdk-pixbuf.wxi b/data/wixl/gdk-pixbuf.wxi
|
|
index 89ae9db..6fb5ee8 100644
|
|
--- a/data/wixl/gdk-pixbuf.wxi
|
|
+++ b/data/wixl/gdk-pixbuf.wxi
|
|
@@ -1,6 +1,7 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?require glib2.wxi?>
|
|
<?require libpng.wxi?>
|
|
+<?require libtiff.wxi?>
|
|
<?require jasper.wxi?>
|
|
<?require gettext.wxi?>
|
|
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
@@ -742,6 +743,7 @@
|
|
<ComponentGroup Id="CG.gdk-pixbuf">
|
|
<ComponentGroupRef Id="CG.glib2"/>
|
|
<ComponentGroupRef Id="CG.libpng"/>
|
|
+ <ComponentGroupRef Id="CG.libtiff"/>
|
|
<ComponentGroupRef Id="CG.jasper"/>
|
|
<ComponentGroupRef Id="CG.gettext"/>
|
|
<ComponentRef Id="cmp4BF448B47E572302678F2495BDE525FC"/>
|
|
--
|
|
2.25.3
|
|
|