From 31eac3010e6ec8de7c57f81376a027a6c3ff293a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= <vivek@collabora.co.uk>
Date: Sun, 21 May 2017 23:37:03 +0100
Subject: [PATCH] Add a note to Limitations.txt about Mesa versions before 17

---
 doc/Limitations.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/Limitations.txt b/doc/Limitations.txt
index 72dd07327..675d6c35f 100644
--- a/doc/Limitations.txt
+++ b/doc/Limitations.txt
@@ -49,3 +49,9 @@ This is a glibc limitation - it could be lifted but would require
 the dlmopen libc call (and the linker) to be modified.
 
 ============================================================================
+
+If you are using Mesa before v 17.x you will need to use `patchelf' v0.9
+or later to add a DT_NEEDED entry for libglapi.so.0 to your dri.so drivers
+in order for the libGL capsule to be able to work.
+
+============================================================================
-- 
GitLab