* [Buildroot] [PATCH 1/1] feh: add optional libexif dependency
@ 2018-09-15 19:52 Fabrice Fontaine
2018-09-16 13:40 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2018-09-15 19:52 UTC (permalink / raw)
To: buildroot
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/feh/feh.mk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/feh/feh.mk b/package/feh/feh.mk
index ff611924d9..3bfd427e79 100644
--- a/package/feh/feh.mk
+++ b/package/feh/feh.mk
@@ -18,6 +18,13 @@ else
FEH_MAKE_OPTS += curl=0
endif
+ifeq ($(BR2_PACKAGE_LIBEXIF),y)
+FEH_DEPENDENCIES += libexif
+FEH_MAKE_OPTS += exif=1
+else
+FEH_MAKE_OPTS += exif=0
+endif
+
ifeq ($(BR2_PACKAGE_XLIB_LIBXINERAMA),y)
FEH_DEPENDENCIES += xlib_libXinerama
FEH_MAKE_OPTS += xinerama=1
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-16 13:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-15 19:52 [Buildroot] [PATCH 1/1] feh: add optional libexif dependency Fabrice Fontaine
2018-09-16 13:40 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox