ruby-modules gem-config: add exif

This commit is contained in:
Shestakov, Aleksandr 2020-11-10 22:41:08 +03:00
parent 7c1e712c39
commit 671dd83a29

View File

@ -25,7 +25,7 @@
, cairo, re2, rake, gobject-introspection, gdk-pixbuf, zeromq, czmq, graphicsmagick, libcxx
, file, libvirt, glib, vips, taglib, libopus, linux-pam, libidn, protobuf, fribidi, harfbuzz
, bison, flex, pango, python3, patchelf, binutils, freetds, wrapGAppsHook, atk
, bundler, libsass, libselinux ? null, libsepol ? null
, bundler, libsass, libexif, libselinux ? null, libsepol ? null
}@args:
let
@ -179,6 +179,11 @@ in
buildInputs = [ openssl ];
};
exif = attrs: {
buildFlags = [ "--with-exif-dir=${libexif}" ];
buildInputs = [ libexif ];
};
ffi = attrs: {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libffi ];