Mercurial > touhou
comparison setup.py @ 420:3a7b36324611
Replace Pyglet’s image loader with our SDL2_image-based one.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 16 Jul 2013 21:07:15 +0200 |
parents | 63f59be04a54 |
children | b1248bab2d0f |
comparison
equal
deleted
inserted
replaced
419:1c92721f8e49 | 420:3a7b36324611 |
---|---|
16 'copy from www.cython.org and install it') | 16 'copy from www.cython.org and install it') |
17 sys.exit(1) | 17 sys.exit(1) |
18 | 18 |
19 | 19 |
20 COMMAND = 'pkg-config' | 20 COMMAND = 'pkg-config' |
21 LIBRARIES = ['sdl2'] | 21 LIBRARIES = ['sdl2', 'SDL2_image'] |
22 | 22 |
23 packages = [] | 23 packages = [] |
24 extension_names = [] | 24 extension_names = [] |
25 extensions = [] | 25 extensions = [] |
26 | 26 |