From e7d20cf352688bf717a01f4e6d9e6f497c2bea4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Sep 2025 19:19:34 +0200 Subject: New upstream version 5.3.1Beta2 --- CMakeLists.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 845c847..4ea5d54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,8 +48,13 @@ endif() # Find document conversion tool find_package(Pandoc) -# For handling and creation of bitmaps the FreeImage library is required -find_package(FreeImage REQUIRED) +# Flatpak +find_package(Flatpak) + +# For handling and creation of bitmaps the FreeImage library is required on Windows +if(WIN32) + find_package(FreeImage REQUIRED) +endif() # check for GTK+ 2.0 if(UNIX) -- cgit v1.2.3