projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9406d4d
)
gdk-pixbuf: host variant needs pkgconfig and libglib2 just like target variant
author
Peter Korsgaard
<peter@korsgaard.com>
Fri, 7 Nov 2014 08:04:17 +0000
(09:04 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Fri, 7 Nov 2014 08:04:17 +0000
(09:04 +0100)
Fixes:
http://autobuild.buildroot.net/results/576/
576d110cb02a8bc655e227bd949bb58ae39c2e38
/
http://autobuild.buildroot.net/results/c48/
c487a1fff7c74218a31024074aa2fd6255b6d09f
/
http://autobuild.buildroot.net/results/b28/
b282b7e7a9e3e5a8334d593be9092746509d4702
/
http://autobuild.buildroot.net/results/dee/
dee288268d81cc19fe685b32d68036b596af260e
/
And many more.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gdk-pixbuf/gdk-pixbuf.mk
patch
|
blob
|
history
diff --git
a/package/gdk-pixbuf/gdk-pixbuf.mk
b/package/gdk-pixbuf/gdk-pixbuf.mk
index a4e3af089e707d897b2fdb507bd98b0eaa565dd6..61e7ae947c7a1730862fddb45f2645b3509caf5b 100644
(file)
--- a/
package/gdk-pixbuf/gdk-pixbuf.mk
+++ b/
package/gdk-pixbuf/gdk-pixbuf.mk
@@
-58,6
+58,6
@@
HOST_GDK_PIXBUF_CONF_OPTS = \
--without-libjpeg \
--without-libtiff
-HOST_GDK_PIXBUF_DEPENDENCIES = host-libpng
+HOST_GDK_PIXBUF_DEPENDENCIES = host-libpng
host-pkgconf host-libglib2
$(eval $(host-autotools-package))