summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-12-09 12:45:12 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2015-12-10 16:38:46 +0000
commit2c524fbf73cf5348cc1b03cced4a6b1c4c2f0224 (patch)
tree3cc9cd7be5838c43ef0d220af349b28bbd5087e5 /configure.ac
parentb47e1616eb1201eae35955aa62aebc352927c67b (diff)
downloadclutter-2c524fbf73cf5348cc1b03cced4a6b1c4c2f0224.tar.gz
backend: Allow overriding the Cogl drivers chain
We have an hardcoded list of drivers we have to go through when creating a Cogl context. Some platforms may expose those drivers, but not be the preferred ones. In order to allow users and system integrators to override the list of drivers, we should crib the same approach used by GDK, and have an environment variable with a list of drivers to try. The new environment variable is called `CLUTTER_DRIVER` and accepts a comma-separated list of driver names, which will be tested in sequence until one succeeds. There's also an additional '*' token which is used to ask Clutter to fall back to the internally defined preferred list of drivers. https://bugzilla.gnome.org/show_bug.cgi?id=742678
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions