blender: add libharu as dependency
This allows to export Grease Pencil drawings as pdfs. For more information, see: https://wiki.blender.org/wiki/Reference/Release_Notes/2.93/Grease_Pencil https://developer.blender.org/rBa8a92cd15a52 (cherry picked from commit d847851a3719ebc53c653250f808905d496aafc1)
This commit is contained in:
parent
b3ec6fd959
commit
60cce7e5e1
|
@ -12,7 +12,7 @@
|
||||||
, pugixml, llvmPackages, SDL, Cocoa, CoreGraphics, ForceFeedback, OpenAL, OpenGL
|
, pugixml, llvmPackages, SDL, Cocoa, CoreGraphics, ForceFeedback, OpenAL, OpenGL
|
||||||
, potrace
|
, potrace
|
||||||
, openxr-loader
|
, openxr-loader
|
||||||
, embree, gmp
|
, embree, gmp, libharu
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
|
||||||
gmp
|
gmp
|
||||||
pugixml
|
pugixml
|
||||||
potrace
|
potrace
|
||||||
|
libharu
|
||||||
]
|
]
|
||||||
++ (if (!stdenv.isDarwin) then [
|
++ (if (!stdenv.isDarwin) then [
|
||||||
libXi libX11 libXext libXrender
|
libXi libX11 libXext libXrender
|
||||||
|
|
Loading…
Reference in New Issue