mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 05:28:03 +02:00
use libdrm after it was updated
This commit is contained in:
parent
311da0f212
commit
310abb39b2
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ PRGCFLAGS = $(CFLAGS) -g -ansi -pedantic -DPOSIX_C_SOURCE=199309L \
|
|||
-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE \
|
||||
-I. -I../libdrm -I../shared-core
|
||||
|
||||
DRMSTATLIBS = -L../libdrm -lxf86drm
|
||||
DRMSTATLIBS = -L../libdrm -ldrm
|
||||
|
||||
|
||||
programs: $(PROGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue