From: Peter Korsgaard Date: Tue, 12 Aug 2014 07:08:53 +0000 (+0200) Subject: fbv: fix typo in pkg-config variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e3bb4ac791b78ad9ba86f36d13ffd2525c0e9b80;p=buildroot.git fbv: fix typo in pkg-config variable Reported-by: Danomi Manchego Signed-off-by: Peter Korsgaard --- diff --git a/package/fbv/fbv.mk b/package/fbv/fbv.mk index cc1dc7be88..19d5ceaa71 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