Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Side by Side Diff: third_party/libsdl/linux/README

Issue 1413593007: Create SDL backed SkOSWindow (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/views/sdl/SkOSWindow_SDL.cpp ('k') | third_party/libsdl/linux/SDL_config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 To generate SDL_config.h run: 1 To generate SDL_config.h run:
2 1) ../../externals/sdl/configure 2 1) ../../externals/sdl/configure --disable-audio --disable-joystick --disable-ha ptic --disable-power --disable-video-wayland --disable-video-mir --disable-video -dummy --disable-dbus --disable-ibus --disable-libudev
3 2) make -j32 3 2) make -j32
4 3) if you save the awk output, then you can get a list of files required for 4 3) if you save the awk output, then you can get a list of files required for
5 the build with this awk one liner: 5 the build with this awk one liner:
6 awk '$1 == "/bin/sh" && $2 == "./libtool" && $3 == "--mode=compile" \ 6 awk '$1 == "/bin/sh" && $2 == "./libtool" && $3 == "--mode=compile" \
7 {pathname=$(NF - 2); n=split(pathname,a,/\//); print a[n]}' 7 {pathname=$(NF - 2); n=split(pathname,a,/\//); print a[n]}'
8 4) inside of SDL_config.h, make sure to undefine sound and any other features 8 4) inside of SDL_config.h, make sure to undefine sound and any other features
9 which don't make sense for Skia 9 which don't make sense for Skia
OLDNEW
« no previous file with comments | « src/views/sdl/SkOSWindow_SDL.cpp ('k') | third_party/libsdl/linux/SDL_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698