~bregma/grail/lp-1475888

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Tarmac
  • Author(s): Daniel d'Andrada
  • Date: 2012-11-29 13:19:09 UTC
  • mfrom: (243.2.9 no_x11)
  • Revision ID: tarmac-20121129131909-th15fhhopcr663e5
Make grail build without X11

Enable grail to build without x11 libraries or dependencies.

Approved by Neil J. Patel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SUBDIRS = gtest regular
2
2
 
 
3
if HAVE_XINPUT
3
4
if ENABLE_INTEGRATION_TESTS
4
5
SUBDIRS += integration
5
6
endif
 
7
endif