projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ff0ad
)
fbv: fix typo in pkg-config variable
author
Peter Korsgaard
<peter@korsgaard.com>
Tue, 12 Aug 2014 07:08:53 +0000
(09:08 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 12 Aug 2014 07:08:53 +0000
(09:08 +0200)
Reported-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/fbv/fbv.mk
patch
|
blob
|
history
diff --git
a/package/fbv/fbv.mk
b/package/fbv/fbv.mk
index cc1dc7be8816da1fff92946087102f32be4adfd2..19d5ceaa71f1f668e56a6ba9216a66cf1b001f0e 100644
(file)
--- a/
package/fbv/fbv.mk
+++ b/
package/fbv/fbv.mk
@@
-18,7
+18,7
@@
FBV_DEPENDENCIES += libpng
# libpng in turn depends on other libraries
ifeq ($(BR2_PREFER_STATIC_LIB),y)
-FBV_CONFIGURE_OPTS += "--libs=$(shell $(PKG
g
_CONFIG_HOST_BINARY) --libs libpng --static)"
+FBV_CONFIGURE_OPTS += "--libs=$(shell $(PKG_CONFIG_HOST_BINARY) --libs libpng --static)"
endif
else