[PATCH weston 2/2] README: fix s/libwayland/libweston/ typo

Emil Velikov emil.l.velikov at gmail.com
Mon Aug 15 15:31:11 UTC 2016


From: Emil Velikov <emil.velikov at collabora.com>

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 <emil.velikov at collabora.com>
---
Seems like we all missed that one, oops :-\
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index d0c8a64..90fe8a9 100644
--- a/README
+++ b/README
@@ -113,7 +113,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, [LIBWESTON_API_VERSION(1,1)])
 
 If the user is _not_ interested in forward compatibility, they can use high
-- 
2.9.0



More information about the wayland-devel mailing list