summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉrico Rolim <erico.erc@gmail.com>2020-10-14 17:21:14 -0300
committerÉrico Rolim <erico.erc@gmail.com>2020-10-22 20:43:26 -0300
commitd93ec5713821106df6d57952dcf169308c7c4f0e (patch)
tree2d0d21ad477087ddcaa1978ee198a1c857811274
parent9b49f4e08751885289333fed652bf5e0f45976b4 (diff)
downloadpixman-d93ec5713821106df6d57952dcf169308c7c4f0e.tar.gz
meson: update option descriptions.
- gtk is only used in demos - libpng is only used in tests - openmp is only used in tests (in the standard build)
-rw-r--r--meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 355a8f5..a4e0a31 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -82,7 +82,7 @@ option(
option(
'openmp',
type : 'feature',
- description : 'Enable openmp support',
+ description : 'Enable OpenMP for tests',
)
option(
'timers',
@@ -99,12 +99,12 @@ option(
option(
'gtk',
type : 'feature',
- description : 'Enable tests using GTK',
+ description : 'Enable demos using GTK',
)
option(
'libpng',
type : 'feature',
- description : 'Use libpng'
+ description : 'Use libpng in tests'
)
option(
'tests',