glx,egl: drop libpipe_loader_dynamic dependency

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/833>
This commit is contained in:
Karol Herbst 2025-05-26 19:25:57 +02:00 committed by Marge Bot
parent 2edd0c4bbd
commit 0e322c6092
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ c_args_for_egl = [asan_c_args]
cpp_args_for_egl = []
link_args_for_egl = []
link_deps_for_egl = []
link_for_egl = [libpipe_loader_dynamic]
link_for_egl = []
if with_dri
link_for_egl += libgallium_dri
endif

View file

@ -103,7 +103,7 @@ else
)
endif
glx_gallium_link = [libpipe_loader_dynamic]
glx_gallium_link = []
if with_dri
glx_gallium_link += libgallium_dri
endif