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@chris-wilson.co.uk>
This commit is contained in:
parent
75037efcd7
commit
54770d46f1
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue