diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/library_list.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h index 0ee58037..56755de4 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -19,8 +19,10 @@ GO("libSDL2.so", sdl2) GO("libsdl2-2.0.so.0", sdl2) GO("libSDL2_mixer-2.0.so.0", sdl2mixer) GO("libSDL2_image-2.0.so.0", sdl2image) +GO("libSDL2_image.so", sdl2image) GO("libSDL2_net-2.0.so.0", sdl2net) GO("libSDL2_ttf-2.0.so.0", sdl2ttf) +GO("libSDL2_ttf.so", sdl2ttf) GO("libSDL-1.2.so.0", sdl1) GO("libSDL_image-1.2.so.0", sdl1image) GO("libSDL_mixer-1.2.so.0", sdl1mixer) @@ -84,6 +86,7 @@ GO("libdbus-1.so.3", dbus) //GO("libiconv.so.2", iconv) //GO("libdrm.so.2", libdrm) GO("libexpat.so.1", expat) +GO("libexpat.so", expat) GO("libcrypto.so.1", crypto) GO("libssl.so.1", libssl) GO("libcrypt.so.1", libcrypt) |