File: wixl-headers.patch

package info (click to toggle)
msitools 0.106%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,336 kB
  • sloc: ansic: 18,006; yacc: 862; sh: 416; perl: 217; makefile: 18
file content (24 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>

--- a/tools/wixl/meson.build
+++ b/tools/wixl/meson.build
@@ -22,8 +22,6 @@
   'wixl.vala',
   config_h,
   vala_args: [
-    '-H', 'wixl.h',
-    '--use-header',
     '--enable-experimental',
     '--pkg', 'config',
     '--pkg', 'posix',