summaryrefslogtreecommitdiff
path: root/test/cairo-test-runner.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-24 12:42:54 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-29 15:50:53 +0000
commit4ea2991a40d547d3c7800f862206741625a84417 (patch)
tree8e74701e5844b02919a052c111cbee6863cd910e /test/cairo-test-runner.c
parent96017adf652433584d2a81add601409c3a5d9cd5 (diff)
downloadcairo-4ea2991a40d547d3c7800f862206741625a84417.tar.gz
Retire dummy cairo-version.h header to fix meson subproject build
It was originally added to make bisecting easier, but has outlived its usefuleness now. Going forward we'll have just a single cairo-version.h header file, the one with the real version numbers. This is needed to fix the case where cairo is being built as a Meson subproject, but also simplifies things in general. Fixes #421
Diffstat (limited to 'test/cairo-test-runner.c')
-rw-r--r--test/cairo-test-runner.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/cairo-test-runner.c b/test/cairo-test-runner.c
index 6d4134ad9..779addf5b 100644
--- a/test/cairo-test-runner.c
+++ b/test/cairo-test-runner.c
@@ -26,13 +26,6 @@
#include "cairo-test-private.h"
#include "cairo-boilerplate-getopt.h"
-/* get the "real" version info instead of dummy cairo-version.h */
-#undef CAIRO_VERSION_H
-#undef CAIRO_VERSION_MAJOR
-#undef CAIRO_VERSION_MINOR
-#undef CAIRO_VERSION_MICRO
-#include "../cairo-version.h"
-
#include <pixman.h> /* for version information */
#define SHOULD_FORK HAVE_FORK && HAVE_WAITPID