[Bug 110757] Iris fails to start with new disk cache
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue May 28 10:48:41 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=110757
Mike Lothian <mike at fireburn.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mike at fireburn.co.uk
--- Comment #4 from Mike Lothian <mike at fireburn.co.uk> ---
Neither iris or radeonsi had anything
This patch makes everything work though...
--- a/src/gallium/targets/dri/meson.build
+++ b/src/gallium/targets/dri/meson.build
@@ -46,7 +46,7 @@ libgallium_dri = shared_library(
],
c_args : [c_vis_args],
cpp_args : [cpp_vis_args],
- link_args : [ld_args_gc_sections, gallium_dri_ld_args],
+ link_args : [ld_args_build_id, ld_args_gc_sections, gallium_dri_ld_args],
link_depends : gallium_dri_link_depends,
link_with : [
libmesa_gallium, libdricommon, libmegadriver_stub, libdri, libgalliumvl,
Might be overkill if it's just iris that needs this
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190528/2c203033/attachment.html>
More information about the intel-3d-bugs
mailing list