diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-03 01:05:29 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-03 01:10:52 +0200 |
commit | d8ae59e097b3fca29f071d1a792cdb98ad8139cf (patch) | |
tree | af61bedcedfbcd43d2f27e43c8f72ec34530aae7 /config_host.mk.in | |
parent | d00e9e7fe2ca5e3663befdf986151dd8e2cac9a3 (diff) |
add concept for chart xshape tests
will be run on a tinderbox for now that will be the reference for
anything related to it
Change-Id: Ib795b53f74e9207d0272342f12d426bbc21164b4
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index bcb4e975a461..6eb2c1ac2f77 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -107,6 +107,7 @@ export EBOOK_CFLAGS=$(gb_SPACE)@EBOOK_CFLAGS@ export EBOOK_LIBS=$(gb_SPACE)@EBOOK_LIBS@ export ENABLE_AVAHI=@ENABLE_AVAHI@ export ENABLE_CAIRO_CANVAS=@ENABLE_CAIRO_CANVAS@ +export ENABLE_CHART_TESTS=@ENABLE_CHART_TESTS@ export ENABLE_CMIS=@ENABLE_CMIS@ export ENABLE_COINMP=@ENABLE_COINMP@ export ENABLE_CRASHDUMP=@ENABLE_CRASHDUMP@ |