From 2eda27b7fbc6cde9ac8beb04cd0af2d4d04f73c6 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 15 Aug 2016 16:31:11 +0100 Subject: [PATCH] README: fix s/libwayland/libweston/ typo Since one is (about to be) using libweston, they should check for it as opposed to libwayland. Silly copy/paste mistake that would have caused a lot of confusion. Signed-off-by: Emil Velikov Reviewed-by: Quentin Glidic --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 91a49537..84c30a4c 100644 --- a/README +++ b/README @@ -133,7 +133,7 @@ weston_ham_sandwich(void); In order to use the said symbol, the one will have a similar code in their configure.ac: -PKG_CHECK_MODULES(LIBWAYLAND, [libwayland-1 >= 1.1]) +PKG_CHECK_MODULES(LIBWESTON, [libweston-1 >= 1.1]) AC_DEFINE(REQUIRE_LIBWESTON_API_VERSION, [0x0101]) If the user is _not_ interested in forward compatibility, they can use 0xffff