libkdegames: remove kdelibs4support dependency

This commit is contained in:
Thomas Tuegel 2021-05-11 15:34:10 -05:00
parent 5f070594b2
commit b9ac4172eb
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -2,7 +2,6 @@
, mkDerivation
, extra-cmake-modules
, kdoctools
, kdelibs4support
, qtdeclarative
, kdeclarative
, kdnssd
@ -16,7 +15,7 @@ mkDerivation {
pname = "libkdegames";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [
kdelibs4support qtdeclarative kdeclarative kdnssd knewstuff openal libsndfile
qtdeclarative kdeclarative kdnssd knewstuff openal libsndfile
qtquickcontrols
];
meta = {