diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-20 07:16:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-20 07:16:53 +0000 |
commit | 604432fe139d273b0bdcd99f42b7ac1f42dfcb93 (patch) | |
tree | 972f6f3ce8a7d5eff2c9a68bd68348fe22dfdf81 /graphics/Makefile | |
parent | 7724974b65684888872ac839d65a224390810d25 (diff) |
Add sdl_image - a simple library to load images of various formats as SDL
surfaces.
Notes
Notes:
svn path=/head/; revision=32889
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 416340c01e3c..c7d43611d2ba 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -158,6 +158,7 @@ SUBDIR += sane SUBDIR += sced SUBDIR += scwm-icons + SUBDIR += sdl_image SUBDIR += sketch SUBDIR += smpeg SUBDIR += sodipodi |