summaryrefslogtreecommitdiff
path: root/platform/linux/scripts/defaults.mk
Commit message (Collapse)AuthorAgeFilesLines
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-071-5/+0
| | | | | | | | | | | | | | * Main gyp files are now standardized as platform/<platform>/platform.gyp. * Each platform gyp file defines appropriate loop_lib and headless_lib variables. * Each platform gyp file includes mbgl.gypi, which defines base targets which may be useful to all platforms. * CI targets are consistent across platforms: `make $(PLATFORM) && make test-$(PLATFORM)`. * Renamed the "linux" test app to "glfw". It's now built in OS X CI. * Android build flakiness is fixed. * iOS CI builds the bench and iosapp targets. * Mesa version is now in one place. * CI scripts use bash "strict mode" and correct error handling. * All build output goes to the build directory. * Removed vestigial iOS/OS X/Android Travis scripts.
* [ios, osx] Replace libuv with native implementationsJohn Firebaugh2016-04-011-0/+1
|
* [core] Merge SQLiteCache into the platform libraryJohn Firebaugh2015-12-221-1/+0
| | | | OfflineFileSource will depend on SQLite too.
* Move platform scripts into platformsJohn Firebaugh2015-12-161-0/+5