mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 15:27:48 +00:00
Use pkg-config to detect libpng
Only fall back to findpng
This commit is contained in:
@@ -35,9 +35,6 @@ if(srcdir STREQUAL bindir)
|
||||
message(FATAL_ERROR "Terminating configuration")
|
||||
endif()
|
||||
|
||||
find_package(PNG 1.2 REQUIRED)
|
||||
find_package(BISON REQUIRED)
|
||||
|
||||
include_directories("${PROJECT_SOURCE_DIR}/include")
|
||||
|
||||
if(DEVELOP)
|
||||
|
||||
Reference in New Issue
Block a user