Merge pull request #81457 from lovesegfault/zoom-qtdep
zoom-us: add qtgraphicaleffects dependency
This commit is contained in:
commit
75f9212505
|
@ -2,8 +2,9 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
# Dynamic libraries
|
# Dynamic libraries
|
||||||
, dbus, glib, libGL, libX11, libXfixes, libuuid, libxcb, qtbase, qtdeclarative
|
, dbus, glib, libGL, libX11, libXfixes, libuuid, libxcb, qtbase, qtdeclarative
|
||||||
, qtimageformats, qtlocation, qtquickcontrols, qtquickcontrols2, qtscript, qtsvg
|
, qtgraphicaleffects, qtimageformats, qtlocation, qtquickcontrols
|
||||||
, qttools, qtwayland, qtwebchannel, qtwebengine
|
, qtquickcontrols2, qtscript, qtsvg , qttools, qtwayland, qtwebchannel
|
||||||
|
, qtwebengine
|
||||||
# Runtime
|
# Runtime
|
||||||
, coreutils, libjpeg_turbo, pciutils, procps, utillinux
|
, coreutils, libjpeg_turbo, pciutils, procps, utillinux
|
||||||
, pulseaudioSupport ? true, libpulseaudio ? null
|
, pulseaudioSupport ? true, libpulseaudio ? null
|
||||||
|
@ -39,9 +40,9 @@ in mkDerivation {
|
||||||
nativeBuildInputs = [ autoPatchelfHook ];
|
nativeBuildInputs = [ autoPatchelfHook ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
dbus glib libGL libX11 libXfixes libuuid libxcb libjpeg_turbo
|
dbus glib libGL libX11 libXfixes libuuid libxcb libjpeg_turbo qtbase
|
||||||
qtbase qtdeclarative qtlocation qtquickcontrols qtquickcontrols2 qtscript
|
qtdeclarative qtgraphicaleffects qtlocation qtquickcontrols qtquickcontrols2
|
||||||
qtwebchannel qtwebengine qtimageformats qtsvg qttools qtwayland
|
qtscript qtwebchannel qtwebengine qtimageformats qtsvg qttools qtwayland
|
||||||
];
|
];
|
||||||
|
|
||||||
runtimeDependencies = optional pulseaudioSupport libpulseaudio;
|
runtimeDependencies = optional pulseaudioSupport libpulseaudio;
|
||||||
|
|
Loading…
Reference in New Issue