mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
dri: make sure to build libdricommon.la
This commit is contained in:
parent
c885039442
commit
80aa78142d
2 changed files with 2 additions and 1 deletions
|
|
@ -1939,6 +1939,7 @@ AC_CONFIG_FILES([configs/autoconf
|
|||
src/egl/wayland/wayland-drm/Makefile
|
||||
src/mesa/drivers/dri/dri.pc
|
||||
src/mesa/drivers/dri/Makefile
|
||||
src/mesa/drivers/dri/common/Makefile
|
||||
src/mesa/drivers/dri/i915/Makefile
|
||||
src/mesa/drivers/dri/i965/Makefile
|
||||
src/mesa/drivers/dri/nouveau/Makefile
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=
|
||||
SUBDIRS = common
|
||||
|
||||
if HAVE_I915_DRI
|
||||
SUBDIRS+=i915
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue