This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit e1c60a399e47d78b4c26edf3630f98fac2f4bd22 Author: David Capello <[email protected]> Date: Fri Apr 29 09:04:56 2016 -0300 Don't compile clip examples by default --- src/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ee97662..0c5cc0f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -85,8 +85,11 @@ add_subdirectory(base) # Directory where base/config.h file is located include_directories(${BASE_INCLUDE_DIR}) -add_subdirectory(cfg) +# Disable clip +set(CLIP_EXAMPLES OFF CACHE BOOL "Compile clip examples") add_subdirectory(clip) + +add_subdirectory(cfg) add_subdirectory(css) add_subdirectory(doc) add_subdirectory(filters) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

