We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f517d6d commit c828347Copy full SHA for c828347
src/eom-metadata-sidebar.c
@@ -447,6 +447,7 @@ eom_metadata_sidebar_class_init (EomMetadataSidebarClass *klass)
447
gtk_widget_class_bind_template_child_private (widget_class,
448
EomMetadataSidebar,
449
folder_label);
450
+#if HAVE_EXIF
451
452
453
aperture_label);
@@ -471,6 +472,7 @@ eom_metadata_sidebar_class_init (EomMetadataSidebarClass *klass)
471
472
473
474
time_label);
475
+#endif /* HAVE_EXIF */
476
#if HAVE_METADATA
477
478
0 commit comments