mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-05 21:02:42 +02:00
My commit 0b792c22a4
was a beginner mistake as pdb/enums.pl is a
generated file. I also need to fix the source otherwise `git diff` will
always differe when generating the file.
Our CI in particular verifies that `git diff` is always empty so this
was breaking our gimp-debian-x64 CI job.
12 lines
359 B
Perl
12 lines
359 B
Perl
GeglDistanceMetric =>
|
|
{ contig => 1,
|
|
header => '',
|
|
external => 1,
|
|
symbols => [ qw(GEGL_DISTANCE_METRIC_EUCLIDEAN
|
|
GEGL_DISTANCE_METRIC_MANHATTAN
|
|
GEGL_DISTANCE_METRIC_CHEBYSHEV) ],
|
|
mapping => { GEGL_DISTANCE_METRIC_EUCLIDEAN => '0',
|
|
GEGL_DISTANCE_METRIC_MANHATTAN => '1',
|
|
GEGL_DISTANCE_METRIC_CHEBYSHEV => '2' }
|
|
},
|