nixpkgs/pkgs/development/libraries/libtiff/headers.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
294 B
Diff
Raw Normal View History

export private headers for freeimage
--- i/libtiff/Makefile.am
+++ w/libtiff/Makefile.am
2022-12-31 00:12:44 +03:00
@@ -36,8 +36,12 @@ EXTRA_DIST = \
tif_win32_versioninfo.rc
2022-12-31 00:12:44 +03:00
libtiffinclude_HEADERS = \
+ tif_config.h \
+ tif_dir.h \
2022-12-31 00:12:44 +03:00
+ tif_hash_set.h \
tiff.h \
tiffio.h \
+ tiffiop.h \
tiffvers.h
2022-12-31 00:12:44 +03:00
if HAVE_CXX