Unverified Commit dd663308 authored by Audrey Dutcher's avatar Audrey Dutcher Committed by GitHub
Browse files

gtk3: Fix build on FreeBSD (#492522)

parents f6f08216 1bcbf5c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,