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:
Gert Wollny 2017-09-06 21:24:33 +02:00 committed by Nicolai Hähnle
parent 580fc06c61
commit ab16538b83

View file

@ -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