From 25d2cdbf8ca7e9779965af9060d508e8e76f8fc6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 12 May 2012 18:12:12 +0000 Subject: Fix typo svn path=/trunk/libnsfb/; revision=13922 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f0008b..9dd1ead 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ ifeq ($(NSFB_XCB_AVAILABLE),yes) REQUIRED_PKGS := $(REQUIRED_PKGS) $(NSFB_XCB_PKG_NAMES) $(eval $(call pkg_config_package_available,NSFB_XCB_UTIL_AVAILABLE,xcb-util)) - ifeq ($(NSFB_XCB_UTILS_AVAILABLE),yes) + ifeq ($(NSFB_XCB_UTIL_AVAILABLE),yes) REQUIRED_PKGS := $(REQUIRED_PKGS) xcb-util endif endif -- cgit v1.2.3