ports/x11/ptyxis/files/patch-src_meson.build
Loïc Bartoletti 21fec16281 x11/ptyxis: Add a new port
Ptyxis is a terminal for GNOME with first-class support for containers.
2025-03-17 06:52:50 +01:00

13 lines
333 B
Text

--- src/meson.build.orig 2025-03-15 17:04:59 UTC
+++ src/meson.build
@@ -83,9 +83,7 @@ ptyxis_deps = [
cc.find_library('m', required: false),
]
-if host_machine.system() == 'linux'
- ptyxis_deps += [dependency('libportal-gtk4')]
-endif
+ptyxis_deps += [dependency('libportal-gtk4')]
ptyxis_c_args = [
release_link_args,