Skip to content

gdk-pixbuf/gdk-pixbuf-io.c: fix build without gmodule

Fabrice Fontaine requested to merge (removed):master into master

Fix the following build failure:

../gdk-pixbuf/gdk-pixbuf-io.c: In function 'gdk_pixbuf_io_init':
../gdk-pixbuf/gdk-pixbuf-io.c:681:16: error: implicit declaration of function 'gdk_pixbuf_get_module_file'; did you mean '_gdk_pixbuf_get_module'? [-Werror=implicit-function-declaration]
  681 |  module_file = gdk_pixbuf_get_module_file ();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                _gdk_pixbuf_get_module

Fixes:

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

Merge request reports