fbv: fix typo in pkg-config variable
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 12 Aug 2014 07:08:53 +0000 (09:08 +0200)
committerPeter 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

index cc1dc7be8816da1fff92946087102f32be4adfd2..19d5ceaa71f1f668e56a6ba9216a66cf1b001f0e 100644 (file)
@@ -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 $(PKGg_CONFIG_HOST_BINARY) --libs libpng --static)"
+FBV_CONFIGURE_OPTS += "--libs=$(shell $(PKG_CONFIG_HOST_BINARY) --libs libpng --static)"
 endif
 
 else