mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
i915: Fix driver after automakeification.
This commit is contained in:
parent
259b65e2e7
commit
29ea1c4461
1 changed files with 9 additions and 1 deletions
|
|
@ -46,9 +46,17 @@ if HAVE_I915_DRI
|
|||
dri_LTLIBRARIES = i915_dri.la
|
||||
endif
|
||||
|
||||
# These should be an ltlibrary that's built once. Let's fix that once
|
||||
# the other drivers are converted to automake.
|
||||
COMMON_FILES = \
|
||||
../common/utils.c \
|
||||
../common/dri_util.c \
|
||||
../common/xmlconfig.c
|
||||
|
||||
i915_dri_la_SOURCES = \
|
||||
$(i915_C_FILES) \
|
||||
$(i915_CXX_FILES)
|
||||
$(i915_CXX_FILES) \
|
||||
$(COMMON_FILES)
|
||||
|
||||
i915_dri_la_LDFLAGS = -module -avoid-version -shared
|
||||
i915_dri_la_LIBADD = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue