Merge pull request #103349 from maksar/master

ruby-modules gem-config: add exif
This commit is contained in:
Mario Rodas 2021-07-14 08:31:10 -05:00 committed by GitHub
commit 1ee2dd6dd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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, libsepol, shared-mime-info, libthai, libdatrie
, bundler, libsass, libexif, libselinux, libsepol, shared-mime-info, libthai, libdatrie
, CoreServices, DarwinTools, cctools
}@args:
@ -187,6 +187,11 @@ in
buildInputs = [ openssl ];
};
exif = attrs: {
buildFlags = [ "--with-exif-dir=${libexif}" ];
buildInputs = [ libexif ];
};
ffi = attrs: {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libffi ];