diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-27 19:23:23 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-27 19:23:23 +0200 |
commit | b905fa921087b8ea2de8fdc2f7819cd3289d9e72 (patch) | |
tree | 0494516c96f5ac039e1e97c2428c31c01bd638c6 | |
parent | e34c87032fabc277c0f22991bd208089b0875b80 (diff) | |
download | fbida-b905fa921087b8ea2de8fdc2f7819cd3289d9e72.tar.gz |
meson: add thumbnail.cgi
-rw-r--r-- | meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 9f37374..5a11ef5 100644 --- a/meson.build +++ b/meson.build @@ -93,6 +93,11 @@ executable('exiftran', dependencies : exiftr_deps, include_directories : trans_inc) +# build thumbnail.cgi +executable('thumbnail.cgi', + sources : 'thumbnail.cgi.c', + dependencies : exif_dep) + # build fbpdf fbpdf_deps = [ drm_dep, gbm_dep, epoxy_dep, pixman_dep, poppler_dep, cairo_dep, cairo_gl_dep ] |