mirror of https://github.com/GNOME/gimp.git
pdb: sync enums.pl generated file with source.
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.
This commit is contained in:
parent
58038990dc
commit
74eb242587
|
@ -1,5 +1,6 @@
|
|||
GeglDistanceMetric =>
|
||||
{ contig => 1,
|
||||
header => '',
|
||||
external => 1,
|
||||
symbols => [ qw(GEGL_DISTANCE_METRIC_EUCLIDEAN
|
||||
GEGL_DISTANCE_METRIC_MANHATTAN
|
||||
|
|
Loading…
Reference in New Issue