summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gobject-introspection/gobject-introspection/0003-giscanner-add-use-binary-wrapper-option.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gobject-introspection/gobject-introspection/0003-giscanner-add-use-binary-wrapper-option.patch')
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection/0003-giscanner-add-use-binary-wrapper-option.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0003-giscanner-add-use-binary-wrapper-option.patch b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0003-giscanner-add-use-binary-wrapper-option.patch
index 45fe27ad61..b954dcebd8 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0003-giscanner-add-use-binary-wrapper-option.patch
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0003-giscanner-add-use-binary-wrapper-option.patch
@@ -1,4 +1,4 @@
1From 46dbe963aa6435591c87e788cdb54bc0daeac42e Mon Sep 17 00:00:00 2001 1From 5f985fd8a24764ccb38af6335d4584d7e33fc3a1 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Mon, 19 Oct 2015 18:26:40 +0300 3Date: Mon, 19 Oct 2015 18:26:40 +0300
4Subject: [PATCH] giscanner: add --use-binary-wrapper option 4Subject: [PATCH] giscanner: add --use-binary-wrapper option
@@ -16,10 +16,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
16 1 file changed, 14 insertions(+) 16 1 file changed, 14 insertions(+)
17 17
18diff --git a/giscanner/scannermain.py b/giscanner/scannermain.py 18diff --git a/giscanner/scannermain.py b/giscanner/scannermain.py
19index ccb14e9..061def0 100644 19index c004fb1..0b6a2d2 100644
20--- a/giscanner/scannermain.py 20--- a/giscanner/scannermain.py
21+++ b/giscanner/scannermain.py 21+++ b/giscanner/scannermain.py
22@@ -126,6 +126,9 @@ def _get_option_parser(): 22@@ -120,6 +120,9 @@ def _get_option_parser():
23 parser.add_option("", "--program", 23 parser.add_option("", "--program",
24 action="store", dest="program", default=None, 24 action="store", dest="program", default=None,
25 help="program to execute") 25 help="program to execute")
@@ -29,7 +29,7 @@ index ccb14e9..061def0 100644
29 parser.add_option("", "--program-arg", 29 parser.add_option("", "--program-arg",
30 action="append", dest="program_args", default=[], 30 action="append", dest="program_args", default=[],
31 help="extra arguments to program") 31 help="extra arguments to program")
32@@ -418,6 +421,17 @@ def create_binary(transformer, options, args): 32@@ -417,6 +420,17 @@ def create_binary(transformer, options, args):
33 gdump_parser.get_error_quark_functions()) 33 gdump_parser.get_error_quark_functions())
34 34
35 shlibs = resolve_shlibs(options, binary, options.libraries) 35 shlibs = resolve_shlibs(options, binary, options.libraries)