summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-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',