gtk3: Fix build on FreeBSD (#492522)

This commit is contained in:
Audrey Dutcher
2026-02-24 16:31:35 +00:00
committed by GitHub
+2 -2
View File
@@ -47,8 +47,8 @@
sassc,
trackerSupport ? stdenv.hostPlatform.isLinux && (stdenv.buildPlatform == stdenv.hostPlatform),
tinysparql,
x11Support ? stdenv.hostPlatform.isLinux,
waylandSupport ? stdenv.hostPlatform.isLinux,
x11Support ? stdenv.hostPlatform.isLinux || stdenv.hostPlatform.isFreeBSD,
waylandSupport ? stdenv.hostPlatform.isLinux || stdenv.hostPlatform.isFreeBSD,
libGL,
wayland,
wayland-protocols,