From c3a036f76c5888921230bab2b2fa81ec0107cbd2 Mon Sep 17 00:00:00 2001 From: CocoSimone Date: Tue, 21 Feb 2023 16:14:06 +0100 Subject: [PATCH] Set NFD_PORTAL to true --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 491fc499..a7953d83 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -38,6 +38,8 @@ include_directories( ${SDL2_INCLUDE_DIRS} ) +set(NFD_PORTAL ON CACHE BOOL "Use dbus for native file dialog instead of gtk") + add_compile_definitions(SIMD_SUPPORT) add_compile_options(-mssse3 -msse4.1)