Commit e3bb4ac7 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

fbv: fix typo in pkg-config variable

parent a3ff0ad5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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