pixman: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Oct 23 17:47:53 UTC 2020


 meson_options.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d93ec5713821106df6d57952dcf169308c7c4f0e
Author: Érico Rolim <erico.erc at gmail.com>
Date:   Wed Oct 14 17:21:14 2020 -0300

    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)

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',


More information about the xorg-commit mailing list