mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Add missing -DUSE_SKIA_BACKEND and -DUSE_ALLEG4_BACKEND
This commit is contained in:
parent
11401e9899
commit
72965b14d2
@ -283,6 +283,8 @@ set(PLATFORM_LIBS)
|
||||
|
||||
# Allegro 4 backend
|
||||
if(USE_ALLEG4_BACKEND)
|
||||
add_definitions(-DUSE_ALLEG4_BACKEND)
|
||||
|
||||
if(USE_SHARED_ALLEGRO4)
|
||||
# Find the shared Allegro 4 library
|
||||
find_library(LIBALLEGRO4_LIBRARY alleg)
|
||||
@ -313,6 +315,11 @@ if(USE_ALLEG4_BACKEND)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Skia backend
|
||||
if(USE_SKIA_BACKEND)
|
||||
add_definitions(-DUSE_SKIA_BACKEND)
|
||||
endif()
|
||||
|
||||
# -- Unix --
|
||||
|
||||
if(UNIX AND NOT APPLE AND NOT BEOS)
|
||||
|
Loading…
Reference in New Issue
Block a user