mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
13 lines
333 B
Text
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,
|