From 38d35b289011b4abe4ab1f67a643127edf80194c Mon Sep 17 00:00:00 2001 From: Jack Greiner Date: Fri, 27 Dec 2024 16:26:10 -0500 Subject: [PATCH] Remove nfd patch due to fixes making it upstream --- nfd_build_fix.patch | 11 ----------- org.naev.Naev.yaml | 2 -- 2 files changed, 13 deletions(-) delete mode 100644 nfd_build_fix.patch diff --git a/nfd_build_fix.patch b/nfd_build_fix.patch deleted file mode 100644 index bf86af1..0000000 --- a/nfd_build_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/meson.build 2024-12-23 14:37:36.416070913 -0500 -+++ b/meson.build 2024-12-23 15:58:18.267969153 -0500 -@@ -111,7 +111,7 @@ - yaml = dependency('yaml-0.1', required: true, version: '>=0.2.5', fallback: ['libyaml', 'yaml_dep'], static: get_option('steamruntime')) - - # TODO replace nfd with SDL3 native functions when possible -- nfd = dependency('nativefiledialog-extended', required: true, fallback: ['nativefiledialog-extended'], static: true) -+ nfd = dependency('nfd', required: true, fallback: ['nativefiledialog-extended'], static: true) - - libxml2 = dependency('libxml-2.0', required: false) - if not libxml2.found() diff --git a/org.naev.Naev.yaml b/org.naev.Naev.yaml index ee92a54..8ed31c7 100644 --- a/org.naev.Naev.yaml +++ b/org.naev.Naev.yaml @@ -228,5 +228,3 @@ modules: path: disable_ascli.patch - type: patch path: disable_metainfo_test.patch - - type: patch - path: nfd_build_fix.patch