From 54770d46f10205b4a6d0bc7882d18ae00af47134 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 21 Apr 2015 10:16:27 +0100 Subject: [PATCH] tools/dri3info: Include compilation instructions for standalone building Let the read know how to compile dri3info without having to compile the whole of xf86-video-intel Signed-off-by: Chris Wilson --- tools/dri3info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/dri3info.c b/tools/dri3info.c index 2c2ef95f..0c33fc5a 100644 --- a/tools/dri3info.c +++ b/tools/dri3info.c @@ -20,6 +20,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * + * To compile standalone: gcc -o dri3info dri3info.c `pkg-config --cflags --libs xcb-dri3 x11-xcb xrandr xxf86vm libdrm` */ #include