CMake: Restore removed HAVE_LIBPNG setting

This was removed unintentionally.
This commit is contained in:
Albrecht Schlosser 2022-04-05 15:36:28 +02:00
parent 6a30f63fe4
commit 8bd67f40da
1 changed files with 2 additions and 0 deletions

View File

@ -472,6 +472,8 @@ else ()
include_directories (${CMAKE_CURRENT_SOURCE_DIR}/png)
endif ()
set (HAVE_LIBPNG 1)
#######################################################################
if (X11_Xinerama_FOUND)
option (OPTION_USE_XINERAMA "use lib Xinerama" ON)