mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
pipe-loader: link against libloader regardless of libdrm presence
Whether or not the loader has libdrm support is up-to it. Anyone using the loader should just include it whenever they depend on it. Cc: mesa-stable@lists.freedesktop.org Fixes:0f39f9cb7a"pipe-loader: add a dummy 'static' pipe-loader" Reported-by: Jon TURNEY <jon.turney@dronecode.org.uk> Tested-by: Jon TURNEY <jon.turney@dronecode.org.uk> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit8a6d476588)
This commit is contained in:
parent
f6f127b597
commit
902378d6c8
1 changed files with 2 additions and 2 deletions
|
|
@ -37,12 +37,12 @@ libpipe_loader_static_la_SOURCES += \
|
|||
libpipe_loader_dynamic_la_SOURCES += \
|
||||
$(DRM_SOURCES)
|
||||
|
||||
endif
|
||||
|
||||
libpipe_loader_static_la_LIBADD = \
|
||||
$(top_builddir)/src/loader/libloader.la
|
||||
|
||||
libpipe_loader_dynamic_la_LIBADD = \
|
||||
$(top_builddir)/src/loader/libloader.la
|
||||
|
||||
endif
|
||||
|
||||
EXTRA_DIST = SConscript
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue