GNOME Bugzilla – Bug 779879
meson: actually use optional dependencies
Last modified: 2017-03-10 22:41:01 UTC
EXIF and Exempi are currently only being detected due to an oversight. This commit makes Meson define the preprocessor macros needed to use the libraries.
Created attachment 347673 [details] [review] meson: actually use optional dependencies
A very big oops.
Review of attachment 347673 [details] [review]: Aha! this makes much more sense, I knew something was wrong checking for dependency before the option is evaluated :) LGTM!
Attachment 347673 [details] pushed as 63a7e1e - meson: actually use optional dependencies