diff options
author | Alexandre Rostovtsev <[email protected]> | 2015-06-16 23:04:32 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-08-01 12:20:45 +0200 |
commit | c82834741d6fcba90e9b63437175b9f919adbdf7 (patch) | |
tree | c663bce60edda3d2a3262d641b85068d174947a6 /src/eom-metadata-sidebar.c | |
parent | f517d6dcfe3d455cf50db71ce3a7b1036383226a (diff) | |
download | eom-c82834741d6fcba90e9b63437175b9f919adbdf7.tar.bz2 eom-c82834741d6fcba90e9b63437175b9f919adbdf7.tar.xz |
EomMetadataSidebar: fix --without-libexif build
https://bugzilla.gnome.org/show_bug.cgi?id=751007
origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/36d2cba
Diffstat (limited to 'src/eom-metadata-sidebar.c')
-rw-r--r-- | src/eom-metadata-sidebar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eom-metadata-sidebar.c b/src/eom-metadata-sidebar.c index 81f2bdb..e7d2613 100644 --- a/src/eom-metadata-sidebar.c +++ b/src/eom-metadata-sidebar.c @@ -447,6 +447,7 @@ eom_metadata_sidebar_class_init (EomMetadataSidebarClass *klass) gtk_widget_class_bind_template_child_private (widget_class, EomMetadataSidebar, folder_label); +#if HAVE_EXIF gtk_widget_class_bind_template_child_private (widget_class, EomMetadataSidebar, aperture_label); @@ -471,6 +472,7 @@ eom_metadata_sidebar_class_init (EomMetadataSidebarClass *klass) gtk_widget_class_bind_template_child_private (widget_class, EomMetadataSidebar, time_label); +#endif /* HAVE_EXIF */ #if HAVE_METADATA gtk_widget_class_bind_template_child_private (widget_class, EomMetadataSidebar, |