mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
d3d1x: link to libdrm for X11 platform too
Thanks to Xavier Chantry.
This commit is contained in:
parent
f1afa8794e
commit
94c2be73f4
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ LIBS += ../../../winsys/sw/fbdev/libfbdev.a
|
|||
endif
|
||||
|
||||
ifneq ($(findstring x11, $(EGL_PLATFORMS)),)
|
||||
LDADD += -lX11 -lXext -lXfixes
|
||||
LDADD += -ldrm -lX11 -lXext -lXfixes
|
||||
LIBS += ../../../winsys/sw/xlib/libws_xlib.a
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue