4 description "Base graphics and input library";
8 if_arch "!windows & !darwin & !android"
23 library "CoreFoundation.framework";
24 library "AppKit.framework";
28 feature "devil" "Include DevIL support for loading image files";
34 feature "libpng" "Include libpng support for loading PNG files"
43 feature "libjpeg" "Include libjpeg support for loading JPEG files"
57 feature "quartz" "Include Quartz support for loading image files"
65 library "ApplicationServices.framework";
70 feature "opengl" "Include support for OpenGL contexts"
86 if_arch "!windows & !darwin & !android"
88 feature "xrandr" "Include support for video mode switching with XRandR"
100 source "source/graphics";
101 source "source/input";
104 source "source/graphics/png";
108 source "source/graphics/jpeg";
112 source "source/graphics/devil";
130 source "source/graphics/quartz";
147 overlay "egl_android";
150 if_arch "!windows & !darwin & !android"
162 map "source" "include/msp";
168 source "examples/ev.cpp";
174 source "License.txt";
175 source "Changelog.txt";