diff options
author | Florian Müllner <fmuellner@gnome.org> | 2019-05-30 16:32:35 +0200 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2019-06-12 18:01:36 +0200 |
commit | 8a06cfdd81c31cec50d0342f3329d0fe4929d83a (patch) | |
tree | 7e1e82323acde2a5f07d4e2f2586a03620c0eb1d | |
parent | d3e789e6770a83dfafaf0bf037ea77960a885fb8 (diff) | |
download | mutter-8a06cfdd81c31cec50d0342f3329d0fe4929d83a.tar.gz |
enum-types: Use @basename@ in header comment
@filename@ may contain arch-specific bits that introduce unnecessary
multi-lib issues.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/617
-rw-r--r-- | clutter/clutter/clutter-enum-types.h.in | 2 | ||||
-rw-r--r-- | cogl/cogl-path/cogl-path-enum-types.h.in | 2 | ||||
-rw-r--r-- | src/meta/meta-enum-types.h.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/clutter/clutter/clutter-enum-types.h.in b/clutter/clutter/clutter-enum-types.h.in index 2e5b6707e..17f9ee644 100644 --- a/clutter/clutter/clutter-enum-types.h.in +++ b/clutter/clutter/clutter-enum-types.h.in @@ -13,7 +13,7 @@ G_BEGIN_DECLS /*** END file-header ***/ /*** BEGIN file-production ***/ -/* enumerations from "@filename@" */ +/* enumerations from "@basename@" */ /*** END file-production ***/ /*** BEGIN value-header ***/ diff --git a/cogl/cogl-path/cogl-path-enum-types.h.in b/cogl/cogl-path/cogl-path-enum-types.h.in index 071686acd..2b377ed18 100644 --- a/cogl/cogl-path/cogl-path-enum-types.h.in +++ b/cogl/cogl-path/cogl-path-enum-types.h.in @@ -9,7 +9,7 @@ G_BEGIN_DECLS /*** END file-header ***/ /*** BEGIN file-production ***/ -/* enumerations from "@filename@" */ +/* enumerations from "@basename@" */ /*** END file-production ***/ /*** BEGIN file-tail ***/ diff --git a/src/meta/meta-enum-types.h.in b/src/meta/meta-enum-types.h.in index 6e3b67b26..bee0196de 100644 --- a/src/meta/meta-enum-types.h.in +++ b/src/meta/meta-enum-types.h.in @@ -10,7 +10,7 @@ G_BEGIN_DECLS /*** END file-header ***/ /*** BEGIN file-production ***/ -/* enumerations from "@filename@" */ +/* enumerations from "@basename@" */ /*** END file-production ***/ /*** BEGIN file-tail ***/ |