mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 01:58:02 +02:00
libdrm: don't depend or link to libdrm_intel
This commit is contained in:
parent
f5327aca0c
commit
c6109df93b
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ libdrm_la_LDFLAGS = -version-number 2:3:0 -no-undefined
|
|||
AM_CFLAGS = -I$(top_srcdir)/shared-core
|
||||
libdrm_la_SOURCES = xf86drm.c xf86drmHash.c xf86drmRandom.c xf86drmSL.c \
|
||||
libdrm_lists.h
|
||||
libdrm_la_LIBADD = intel/libdrm_intel.la @PTHREADSTUBS_LIBS@
|
||||
libdrm_la_LIBADD = @PTHREADSTUBS_LIBS@
|
||||
|
||||
libdrmincludedir = ${includedir}
|
||||
libdrminclude_HEADERS = xf86drm.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue