mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
mesa/st/tests: Fix classic build regressions introduced with 7be6d8fe12
Fixes the build in classic only mode, i.e. the new state tracker tests are only build when Gallium is enabled. Tested-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
580fc06c61
commit
ab16538b83
1 changed files with 6 additions and 1 deletions
|
|
@ -19,7 +19,12 @@
|
|||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
SUBDIRS = . main/tests state_tracker/tests
|
||||
SUBDIRS = . main/tests
|
||||
|
||||
# state tracker tests depend on libmesagallium.la
|
||||
if HAVE_GALLIUM
|
||||
SUBDIRS += state_tracker/tests
|
||||
endif
|
||||
|
||||
if HAVE_XLIB_GLX
|
||||
SUBDIRS += drivers/x11
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue