mesa/st/tests: Fix classic build regressions introduced with 7be6d8fe12
authorGert Wollny <gw.fossdev@gmail.com>
Wed, 6 Sep 2017 19:24:33 +0000 (21:24 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 7 Sep 2017 12:13:43 +0000 (14:13 +0200)
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>
src/mesa/Makefile.am

index 865735be27f5ab57a1633ab870e047da652622be..f2097eb209d44fd4f5205ad86fa2029b85332b03 100644 (file)
 # 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