Unverified Commit 1e296815 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

gst_all_1.gst-plugins-good: add enableWayland option

parent 2058a82f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@
, enableJack ? true, libjack2
, enableX11 ? stdenv.isLinux, xorg
, ncurses
, enableWayland ? stdenv.isLinux
, wayland
, wayland-protocols
, libgudev
@@ -94,7 +95,7 @@ stdenv.mkDerivation rec {
  ]) ++ lib.optionals qt6Support (with qt6; [
    qtbase
    qttools
  ]) ++ lib.optionals stdenv.isLinux [
  ]) ++ lib.optionals enableWayland [
    wayland-protocols
  ];

@@ -148,6 +149,7 @@ stdenv.mkDerivation rec {
    libavc1394
    libiec61883
    libgudev
  ] ++ lib.optionals enableWayland [
    wayland
  ] ++ lib.optionals enableJack [
    libjack2