skia2/third_party/libsdl/mac
2016-08-04 12:30:31 -07:00
..
README Wire up SDL on mac 2015-11-09 12:30:05 -08:00
SDL_config.h Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
sdl_mac.gypi Get Mac viewer working with SDL 2016-08-04 12:30:31 -07:00

To generate SDL_config.h run:
1) ../../externals/sdl/configure --disable-audio --disable-joystick --disable-haptic --disable-power --disable-video-wayland --disable-video-mir --disable-video-dummy --disable-dbus --disable-ibus --disable-libudev
2) make -j32
3) if you save the awk output, then you can get a list of files required for
   the build with this awk one liner:
   awk '$1 == "/bin/sh" && $2 == "./libtool" && $3 == "--mode=compile" \
   {pathname=$(NF - 2); n=split(pathname,a,/\//); print a[n]}'
4) inside of SDL_config.h, make sure to undefine sound and any other features
   which don't make sense for Skia