shithub: rgbds

Download patch

ref: 874bd92604f4d33ff425af9f42e8e936f4269a01
parent: 69a8c628631d48b8b04d6fa3029248a2f8ece72b
author: ISSOtm <[email protected]>
date: Tue Jul 21 19:23:52 EDT 2020

Only require libpng 1.2 in CMakeLists

This version is sufficient for rgbgfx to function properly, according to testing.
The security problems are not ours to decide, however!

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,7 @@
   message(FATAL_ERROR "Terminating configuration")
 endif()
 
-find_package(PNG 1.6 REQUIRED)
+find_package(PNG 1.2 REQUIRED)
 find_package(BISON REQUIRED)
 find_package(FLEX)