File: wixl-headers.patch

package info (click to toggle)
msitools 0.101%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,800 kB
  • sloc: ansic: 17,990; yacc: 862; sh: 416; perl: 201; makefile: 10
file content (26 lines) | stat: -rw-r--r-- 830 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
commit b08275d549bb12a09a420ef9ccaeb0974e00008a
Author: Stephen Kitt <steve@sk2.org>
Date:   Sat Feb 6 22:57:52 2021 +0100

    Stop using a header for wixl-heat
    
    Having wixl and wixl-heat use the same header means that, if wixl-heat
    is built after wixl, anything relying on the full wixl.h subsequently
    will fail. wixl-heat doesn't need a header, so we can stop using it.
    
    Fixes: #31
    Signed-off-by: Stephen Kitt <steve@sk2.org>

diff --git a/tools/wixl/meson.build b/tools/wixl/meson.build
index bcce524..8a056fa 100644
--- a/tools/wixl/meson.build
+++ b/tools/wixl/meson.build
@@ -47,8 +47,6 @@ wixl_heat = executable('wixl-heat',
   'wixl-heat.vala',
   config_h,
   vala_args: [
-    '-H', 'wixl.h',
-    '--use-header',
     '--enable-experimental',
     '--pkg', 'config',
     '--pkg', 'posix',