summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2021-06-17 14:25:16 +0000
committerUli Schlachter <psychon@znc.in>2021-06-17 14:25:16 +0000
commit43a48fb6a51066665e2ed5736eb8874c8f696693 (patch)
tree0e89eea2948aa645176b6285d57f304fbca62681 /meson.build
parent07d60121858e91ddba1aa7eda5f6474977b8c940 (diff)
parent339671c7872335a5ce748a635a314cbe375e303e (diff)
downloadcairo-43a48fb6a51066665e2ed5736eb8874c8f696693.tar.gz
Merge branch 'more-meson' into 'master'
Add more of the auto-foo build to meson See merge request cairo/cairo!183
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8d989abe9..5ddf7868b 100644
--- a/meson.build
+++ b/meson.build
@@ -900,6 +900,7 @@ subdir('util')
if not get_option('tests').disabled() and feature_conf.get('CAIRO_HAS_PNG_FUNCTIONS', 0) == 1
subdir('test')
+ subdir('perf')
endif
configure_file(output: 'config.h', configuration: conf)