summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2012-05-12 18:12:12 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2012-05-12 18:12:12 +0000
commit25d2cdbf8ca7e9779965af9060d508e8e76f8fc6 (patch)
tree5e620f1df4b9bc29e80aaf66b294757f0ce9c908
parent1cf710a53ec35f33224328b4df53862def9c6ea6 (diff)
downloadlibnsfb-25d2cdbf8ca7e9779965af9060d508e8e76f8fc6.tar.gz
libnsfb-25d2cdbf8ca7e9779965af9060d508e8e76f8fc6.tar.bz2
Fix typo
svn path=/trunk/libnsfb/; revision=13922
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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