projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fcd3f8
)
package/links: add --with/--without-libtiff
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sat, 20 Feb 2016 16:40:09 +0000
(17:40 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2016 13:53:10 +0000
(14:53 +0100)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/links/links.mk
patch
|
blob
|
history
diff --git
a/package/links/links.mk
b/package/links/links.mk
index 68da9e3ab2dac22a86a539e0cffa9e02b041d382..43f21d69fdb78eea6540c7be136fb10dcc314ad0 100644
(file)
--- a/
package/links/links.mk
+++ b/
package/links/links.mk
@@
-31,7
+31,10
@@
ifeq ($(BR2_PACKAGE_JPEG),y)
LINKS_DEPENDENCIES += jpeg
endif
ifeq ($(BR2_PACKAGE_TIFF),y)
+LINKS_CONF_OPTS += --with-libtiff
LINKS_DEPENDENCIES += tiff
+else
+LINKS_CONF_OPTS += --without-libtiff
endif
endif