mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-02 09:01:13 +00:00
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 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
GeglDistanceMetric =>
|
||||
{ contig => 1,
|
||||
header => '',
|
||||
external => 1,
|
||||
symbols => [ qw(GEGL_DISTANCE_METRIC_EUCLIDEAN
|
||||
GEGL_DISTANCE_METRIC_MANHATTAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue