diff options
author | Eric Anholt <[email protected]> | 2017-08-25 15:34:22 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-05-16 21:19:07 +0100 |
commit | c4c488a2aeb24c0f468664c0cacd0d01111a4e46 (patch) | |
tree | ad560d93a05e5eae1227775c9e1627e67256d1bd /src/gallium/winsys/vc5/drm/meson.build | |
parent | 8a793d42f1ccef2c87053a1d9a130b49cfb2b84f (diff) |
v3d: Rename the vc5_dri.so driver to v3d_dri.so.
This allows the driver to load against the merged kernel DRM driver. In
the process, rename most of the build system variables and gallium
plumbing functions.
Diffstat (limited to 'src/gallium/winsys/vc5/drm/meson.build')
-rw-r--r-- | src/gallium/winsys/vc5/drm/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/winsys/vc5/drm/meson.build b/src/gallium/winsys/vc5/drm/meson.build index d85930134b0..401aff8f47d 100644 --- a/src/gallium/winsys/vc5/drm/meson.build +++ b/src/gallium/winsys/vc5/drm/meson.build @@ -18,8 +18,8 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -libvc5winsys = static_library( - 'vc5winsys', +libv3dwinsys = static_library( + 'v3dwinsys', files('vc5_drm_winsys.c'), include_directories : [ inc_src, inc_include, |