Commit 874a5d92 authored by Ed Reel's avatar Ed Reel

Add llvm dependency to gimp

Fixes: gimp: error while loading shared libraries: libomp.so: cannot open shared object file: No such file or directory
parent f86c867f
......@@ -29,6 +29,7 @@ class Gimp < Package
depends_on 'libmng'
depends_on 'libtiff'
depends_on 'libwmf'
depends_on 'llvm'
depends_on 'aalib'
depends_on 'mypaint_brushes'
depends_on 'openexr'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment