diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-27 10:01:44 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-27 11:18:29 -0500 |
commit | 7f9b77dc465f35a3689036e12d0bf85ed7d81f52 (patch) | |
tree | 2383a6bac4f34cdd903650f8508c78f8b68adcb9 /gnu-system.am | |
parent | 85f41902219122824db5393dec85b1ff5f40cf29 (diff) | |
download | patches-7f9b77dc465f35a3689036e12d0bf85ed7d81f52.tar patches-7f9b77dc465f35a3689036e12d0bf85ed7d81f52.tar.gz |
gnu: vtk: Fix build with mesa-10.
* gnu/packages/patches/vtk-mesa-10.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/vtk.scm (vtk): Add patch. Add glu to inputs.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 5acc6f4413..fea7447964 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -458,6 +458,7 @@ dist_patch_DATA = \ gnu/packages/patches/udev-gir-libtool.patch \ gnu/packages/patches/util-linux-perl.patch \ gnu/packages/patches/vpnc-script.patch \ + gnu/packages/patches/vtk-mesa-10.patch \ gnu/packages/patches/w3m-fix-compile.patch \ gnu/packages/patches/wmctrl-64-fix.patch \ gnu/packages/patches/xf86-video-ark-remove-mibstore.patch \ |