graphite2: fix #2800 by setting INSTALL_NAME_DIR

This commit is contained in:
John Wiegley
2014-06-01 05:51:16 +00:00
parent 2481a71c3c
commit e719f64a05
5 changed files with 19 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, glib, freetype, cairo, libintlOrEmpty
, icu, graphite2
, withIcu ? false # recommended by upstream as default, but most don't needed and it's big
, withGraphite2 ? !stdenv.isDarwin # it is small and major distros do include it
, withGraphite2 ? true # it is small and major distros do include it
}:
# TODO: split non-icu and icu lib into different outputs?