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

Unified 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, 2 months 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libsdl/linux/README
diff --git a/third_party/libsdl/linux/README b/third_party/libsdl/linux/README
index a0cd86b976c7313d72790f0e5d32170961a8e6cb..58f611f1a98dbded1c71bd13fb5b0745974d13cb 100644
--- a/third_party/libsdl/linux/README
+++ b/third_party/libsdl/linux/README
@@ -1,5 +1,5 @@
To generate SDL_config.h run:
-1) ../../externals/sdl/configure
+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:
« 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