40 lines
1.2 KiB
Diff
40 lines
1.2 KiB
Diff
From c27852a6b4cf8a4d179d43fa13b4e6ea9fb0e99a Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
|
|
Date: Mon, 20 Jun 2016 11:46:19 +0200
|
|
Subject: [PATCH 7/7] wxi: add pcre as glib2 dep
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
pcre is a new dep since 2.48.0
|
|
|
|
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
|
|
Acked-by: Marc-André Lureau <marcandre.lureau@redhat.com>
|
|
---
|
|
data/wixl/glib2.wxi | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/data/wixl/glib2.wxi b/data/wixl/glib2.wxi
|
|
index b0ace65..66a58ac 100644
|
|
--- a/data/wixl/glib2.wxi
|
|
+++ b/data/wixl/glib2.wxi
|
|
@@ -1,6 +1,7 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?require libffi.wxi?>
|
|
<?require gettext.wxi?>
|
|
+<?require pcre.wxi?>
|
|
<?require zlib.wxi?>
|
|
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Fragment>
|
|
@@ -776,6 +777,7 @@
|
|
<ComponentGroup Id="CG.glib2">
|
|
<ComponentGroupRef Id="CG.libffi"/>
|
|
<ComponentGroupRef Id="CG.gettext"/>
|
|
+ <ComponentGroupRef Id="CG.pcre"/>
|
|
<ComponentGroupRef Id="CG.zlib"/>
|
|
<ComponentRef Id="cmpB8A671D3D3CC219C78B3A53D2759C83D"/>
|
|
<ComponentRef Id="cmp98E508D7B2C36F345744654DB9FC1B3B"/>
|
|
--
|
|
2.7.4
|
|
|