libgimp: fix introspection of PDB functions in meson build.

PDB headers had been forgotten and therefore a whole bunch of functions
were not introspected.
This commit is contained in:
Jehan 2019-09-14 23:24:35 +02:00
parent ac8c7770d7
commit cf276ed972

View file

@ -208,6 +208,7 @@ libgimp_headers_introspectable = [
'gimpthumbnailprocedure.h', 'gimpthumbnailprocedure.h',
'gimptypes.h', 'gimptypes.h',
'gimpvectors.h', 'gimpvectors.h',
pdb_wrappers_headers,
] ]
libgimp_headers = [ libgimp_headers = [