|
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' ], |