diff options
author | Mark H Weaver <mhw@netris.org> | 2015-01-26 05:13:05 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-01-26 05:13:05 -0500 |
commit | 72c5ad8bae2272042b758c94c509dc0ff59a9488 (patch) | |
tree | 4ddb9a5f9ff43f63633c6e9b4c6fb57b88707920 /gnu-system.am | |
parent | 5ade90ba6976a5ce8715de07344985c70c0eda8b (diff) | |
download | patches-72c5ad8bae2272042b758c94c509dc0ff59a9488.tar patches-72c5ad8bae2272042b758c94c509dc0ff59a9488.tar.gz |
gnu: Add gobject-introspection patches to gnu-system.am.
* gnu-system.am (dist_patch_DATA): Add
'gobject-introspection-absolute-shlib-path.patch' and
'gobject-introspection-girepository.patch'.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index c4387baec8..85e3d5e5bd 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -385,7 +385,9 @@ dist_patch_DATA = \ gnu/packages/patches/gmp-arm-asm-nothumb.patch \ gnu/packages/patches/gnunet-fix-scheduler.patch \ gnu/packages/patches/gnunet-fix-tests.patch \ + gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch \ gnu/packages/patches/gobject-introspection-cc.patch \ + gnu/packages/patches/gobject-introspection-girepository.patch \ gnu/packages/patches/grub-gets-undeclared.patch \ gnu/packages/patches/gstreamer-0.10-bison3.patch \ gnu/packages/patches/gstreamer-0.10-silly-test.patch \ |