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 242 242 if cond and not (builtin_loaders.contains(name) or builtin_all_loaders) 243 243 mod = shared_module('pixbufloader-@0@'.format(name), 244 244 sources, 245 name_suffix: 'so', 245 246 dependencies: loaders_deps + gdk_pixbuf_deps + [ gdkpixbuf_dep ], 246 247 include_directories: [ root_inc, gdk_pixbuf_inc ], 247 248 c_args: common_cflags + gdk_pixbuf_cflags + cflags,