themes: Avoid ':' in custom target names
authorMatthias Clasen <mclasen@redhat.com>
Sat, 11 Mar 2023 10:03:43 +0000 (11:03 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 11 Mar 2023 10:03:43 +0000 (11:03 +0100)
For whatever reason, meson decides to use custom
target names in the file system, and on Windows,
the ':' is causing trouble here. So avoid it.

Fixes: #5280
gtk/theme/Default/meson.build

index 5e52a8b3ce314d11430ba5b45f5095f9065b083f..d0f9571b7581a45f2c5099b283bda430e116cf19 100644 (file)
@@ -15,7 +15,7 @@ default_theme_variants = [
 default_theme_deps = []
 
 foreach variant: default_theme_variants
-  default_theme_deps += custom_target('Default theme variant: ' + variant,
+  default_theme_deps += custom_target('Default theme variant ' + variant,
     input: 'Default-@0@.scss'.format(variant),
     output: 'Default-@0@.css'.format(variant),
     command: [