<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ajax@nwnk.net" title="Adam Jackson <ajax@nwnk.net>"> <span class="fn">Adam Jackson</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Unable to Compile R200 driver: "Options 'r200' are not allowed...""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109714">bug 109714</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTABUG
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Unable to Compile R200 driver: "Options 'r200' are not allowed...""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109714#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Unable to Compile R200 driver: "Options 'r200' are not allowed...""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109714">bug 109714</a>
              from <span class="vcard"><a class="email" href="mailto:ajax@nwnk.net" title="Adam Jackson <ajax@nwnk.net>"> <span class="fn">Adam Jackson</span></a>
</span></b>
        <pre>(In reply to moriel5 from <a href="show_bug.cgi?id=109714#c0">comment #0</a>)

<span class="quote">> 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".</span >

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'.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>