Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
scanner: Use packages from --pkg
Browse files Browse the repository at this point in the history
Use pkgconfig files from --pkg when compiling the dump binary.

This helps avoiding linker errors when init sections are provided that
use code from those packages.

https://bugzilla.gnome.org/show_bug.cgi?id=639039
  • Loading branch information
Benjamin Otte committed Jan 10, 2011
1 parent d6c8a24 commit 34fad96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions giscanner/dumper.py
Expand Up @@ -87,6 +87,7 @@ def __init__(self, options, get_type_functions):
self._uninst_srcdir = os.environ.get(
'UNINSTALLED_INTROSPECTION_SRCDIR')
self._packages = ['gio-2.0 gthread-2.0']
self._packages.extend(options.packages)

# Public API

Expand Down

0 comments on commit 34fad96

Please sign in to comment.