mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 18:40:09 +01:00
Add TTM user-space includes to libdrm make.
This commit is contained in:
parent
8bce9b9ee2
commit
39daf20090
2 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
# here too, but let's just do libdrm for now
|
# here too, but let's just do libdrm for now
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
SUBDIRS = libdrm shared-core tests
|
SUBDIRS = libdrm shared-core tests linux-core/ttm
|
||||||
|
|
||||||
pkgconfigdir = @pkgconfigdir@
|
pkgconfigdir = @pkgconfigdir@
|
||||||
pkgconfig_DATA = libdrm.pc
|
pkgconfig_DATA = libdrm.pc
|
||||||
|
|
|
||||||
|
|
@ -120,4 +120,5 @@ AC_OUTPUT([
|
||||||
libdrm/radeon/Makefile
|
libdrm/radeon/Makefile
|
||||||
shared-core/Makefile
|
shared-core/Makefile
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
|
linux-core/ttm/Makefile
|
||||||
libdrm.pc])
|
libdrm.pc])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue