xf86-video-intel: tools/dri3info.c

Chris Wilson ickle at kemper.freedesktop.org
Tue Apr 21 02:17:24 PDT 2015


 tools/dri3info.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 54770d46f10205b4a6d0bc7882d18ae00af47134
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Apr 21 10:16:27 2015 +0100

    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 <chris at chris-wilson.co.uk>

diff --git a/tools/dri3info.c b/tools/dri3info.c
index 2c2ef95..0c33fc5 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 <X11/Xlib.h>


More information about the xorg-commit mailing list