diff options
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r-- | src/gallium/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index c153a5d44d9..351bbf4fa60 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -88,8 +88,8 @@ if HAVE_GALLIUM_VC4 SUBDIRS += drivers/vc4 winsys/vc4/drm endif -## vc5 -if HAVE_GALLIUM_VC5 +## v3d +if HAVE_GALLIUM_V3D SUBDIRS += drivers/vc5 winsys/vc5/drm endif |