summaryrefslogtreecommitdiffstats
path: root/package/fbv/fbv.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/fbv/fbv.mk')
-rw-r--r--package/fbv/fbv.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fbv/fbv.mk b/package/fbv/fbv.mk
index cc1dc7be8..19d5ceaa7 100644
--- 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 $(PKGg_CONFIG_HOST_BINARY) --libs libpng --static)"
+FBV_CONFIGURE_OPTS += "--libs=$(shell $(PKG_CONFIG_HOST_BINARY) --libs libpng --static)"
endif
else