summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-08-15 16:31:11 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-08-15 18:06:46 +0200
commit2eda27b7fbc6cde9ac8beb04cd0af2d4d04f73c6 (patch)
treef194530844272115d08789c6632607c6af5d3167
parent51c6f631c0100be32b41c407c89167d2f6d88a6e (diff)
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 <emil.velikov@collabora.com> Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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