diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2016-05-05 22:21:51 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2016-07-20 14:23:48 +0800 |
commit | bf71cb2e3cbb87e00c2543792e89bb99d7e52409 (patch) | |
tree | 0424da7b0374a1b83ae8a5fab63693d74aa40ac4 /clutter/.gitignore | |
parent | 4d13f6e2d03d4d6cac342d2b660f56df386327fb (diff) | |
download | mutter-bf71cb2e3cbb87e00c2543792e89bb99d7e52409.tar.gz |
Don't use config.h in clutter and cogl
In cogl use cogl-config.h and in clutter use clutter-build-config.h. We
can't use clutter-config.h in clutter because its already used and
installed.
https://bugzilla.gnome.org/show_bug.cgi?id=768976
Diffstat (limited to 'clutter/.gitignore')
-rw-r--r-- | clutter/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clutter/.gitignore b/clutter/.gitignore index 3c9d558ef..7cfe18cc2 100644 --- a/clutter/.gitignore +++ b/clutter/.gitignore @@ -28,6 +28,7 @@ tags /clutter/*.trs /clutter-lcov.info /clutter-lcov +clutter-build-config.h !/build/autotools/introspection.m4 !/build/autotools/as-linguas.m4 !/build/autotools/as-compiler-flag.m4 |