Ticket #57841: patch-gdk-pixbuf-meson.build.diff

File patch-gdk-pixbuf-meson.build.diff, 606 bytes (added by sharris40 (Spencer Harris), 6 years ago)
  • gdk-pixbuf/meson.build

    old new  
    242242  if cond and not (builtin_loaders.contains(name) or builtin_all_loaders)
    243243    mod = shared_module('pixbufloader-@0@'.format(name),
    244244                        sources,
     245                        name_suffix: 'so',
    245246                        dependencies: loaders_deps + gdk_pixbuf_deps + [ gdkpixbuf_dep ],
    246247                        include_directories: [ root_inc, gdk_pixbuf_inc ],
    247248                        c_args: common_cflags + gdk_pixbuf_cflags + cflags,