projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22b916c
)
dillo: fix jpeg dependency
author
Peter Korsgaard
<peter@korsgaard.com>
Fri, 1 Jan 2016 18:48:47 +0000
(19:48 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Fri, 1 Jan 2016 18:48:47 +0000
(19:48 +0100)
dillo was explicitly pulling in libjpeg instead of the virtual 'jpeg'
package, even though it also works with jpeg-turbo.
Reported-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dillo/dillo.mk
patch
|
blob
|
history
diff --git
a/package/dillo/dillo.mk
b/package/dillo/dillo.mk
index 8eb8d88d0a50309640504311e55b18e15eef5782..01ab4f5c8f45e6a980224becffc807142b8265ea 100644
(file)
--- a/
package/dillo/dillo.mk
+++ b/
package/dillo/dillo.mk
@@
-32,7
+32,7
@@
endif
ifeq ($(BR2_PACKAGE_JPEG),y)
DILLO_CONF_OPTS += --enable-jpeg
-DILLO_DEPENDENCIES +=
lib
jpeg
+DILLO_DEPENDENCIES += jpeg
else
DILLO_CONF_OPTS += --disable-jpeg
endif