[Bug 109714] Unable to Compile R200 driver: "Options 'r200' are not allowed..."
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Feb 21 15:30:03 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=109714
Adam Jackson <ajax at nwnk.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |NOTABUG
Status|NEW |RESOLVED
--- Comment #1 from Adam Jackson <ajax at nwnk.net> ---
(In reply to moriel5 from comment #0)
> When attempting to compile Mesa with the R200 driver, on Solus, Meson spits
> out the following error: ERROR: Options "r200" are not in allowed choices:
> ", auto, kmsro, radeonsi, r300, r600, nouveau, freedreno, swrast, v3d, vc4,
> etnaviv, tegra, i915, svga, virgl, swr, panfrost".
That's the list of gallium drivers. r200 is not a gallium driver, it's a
"classic" DRI driver:
datura:~/git/mesa% meson configure build | grep r200
dri-drivers [auto] [, auto, i915, i965, r100, r200, nouveau,
swrast]
List of dri drivers to build. If this is set to auto all drivers applicable
to the target OS/architecture will be built
You want 'meson configure build -Ddri-drivers=r200'.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20190221/85e0044f/attachment.html>
More information about the dri-devel
mailing list