mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 00:19:13 +00:00
Try with an alternative name for pixman shared library
This commit is contained in:
parent
fdeba03216
commit
b03f6de006
@ -132,7 +132,7 @@ if(USE_ALLEG4_BACKEND)
|
||||
endif()
|
||||
|
||||
if(USE_SHARED_PIXMAN)
|
||||
find_library(LIBPIXMAN_LIBRARY NAMES pixman)
|
||||
find_library(LIBPIXMAN_LIBRARY NAMES pixman pixman-1)
|
||||
find_path(LIBPIXMAN_INCLUDE_DIR NAMES pixman.h)
|
||||
|
||||
set(libs3rdparty ${libs3rdparty} ${LIBPIXMAN_LIBRARY})
|
||||
|
Loading…
Reference in New Issue
Block a user