View | Details | Raw Unified | Return to bug 1223903
Collapse All | Expand All

(-)a/gdk-pixbuf/meson.build (-2 / +2 lines)
Lines 40-50 loaders = { Link Here
40
  },
40
  },
41
  'xpm': {
41
  'xpm': {
42
    'sources': [ 'io-xpm.c' ],
42
    'sources': [ 'io-xpm.c' ],
43
    'enabled': enabled_loaders.contains('xpm'),
43
    'enabled': true,
44
  },
44
  },
45
  'xbm': {
45
  'xbm': {
46
    'sources': [ 'io-xbm.c' ],
46
    'sources': [ 'io-xbm.c' ],
47
    'enabled': enabled_loaders.contains('xbm'),
47
    'enabled': true,
48
  },
48
  },
49
  'tga': {
49
  'tga': {
50
    'sources': [ 'io-tga.c', 'gdk-pixbuf-buffer-queue.c' ],
50
    'sources': [ 'io-tga.c', 'gdk-pixbuf-buffer-queue.c' ],
(-)a/meson.build (-2 lines)
Lines 291-298 if not others_opt.disabled() Link Here
291
    'pnm',
291
    'pnm',
292
    'qtif',
292
    'qtif',
293
    'tga',
293
    'tga',
294
    'xbm',
295
    'xpm',
296
  ]
294
  ]
297
endif
295
endif
298
296

Return to bug 1223903