From dfb43845a9c7456599a7bd10ce44cab78a59b4c6 Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 22 Mar 2012 13:31:40 -0300 Subject: [PATCH] Updated src/allegro/src/config.c isn't necessary from Allegro 4.2.0. ASEPRITE requires the following patch in config.c is: http://alleg.svn.sourceforge.net/viewvc/alleg?view=revision&revision=4660 --- src/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b1444662f..e0af30d3e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -114,10 +114,6 @@ if(USE_SHARED_ALLEGRO4) OUTPUT_STRIP_TRAILING_WHITESPACE) include_directories(${LIBALLEGRO4_INCLUDE_DIR}) - - # The config.c must be from the last implementation from 4.4 (the - # 4.2 can have a broken override_config_file() impl). - set(EXTRA_SOURCE_FILES allegro/src/config.c) else() # Use patched version of Allegro 4 (with window resize support). add_subdirectory(allegro) @@ -138,7 +134,6 @@ add_subdirectory(gui) add_subdirectory(undo) add_library(aseprite-library - ${EXTRA_SOURCE_FILES} app.cpp check_args.cpp console.cpp