Bug 106290 - meson: missing radeon option in dri-drivers section of meson_options.txt
Summary: meson: missing radeon option in dri-drivers section of meson_options.txt
Status: RESOLVED WORKSFORME
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Dylan Baker
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-28 06:55 UTC by charlie
Modified: 2018-05-01 04:11 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
fixes missing radeon option from meson_options.txt (523 bytes, patch)
2018-04-28 06:55 UTC, charlie
Details | Splinter Review

Description charlie 2018-04-28 06:55:17 UTC
Created attachment 139185 [details] [review]
fixes missing radeon option from meson_options.txt

The patch fixes a missing "radeon" option from mesa commit, "meson: use array type options", "5608d0a2cee47c7d037f03d1377bd6450b2fdec7" -- which produces error message: ' meson_options.txt:37:0: ERROR: Options "radeon" are not in allowed choices: ", auto, i915, i965, r100, r200, nouveau, swrast" ' when trying to compile mesa with "-Ddri-drivers=radeon".
Comment 1 Dylan Baker 2018-04-30 16:41:26 UTC
You want "r100", "radeon" for dri drivers has never enabled anything in the meson build. The fact that it's called radeon is the autotools build is mostly historical hapenstance.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.