diff --git a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support-native.bb b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support-native.bb index 8864eff2..42a7554c 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support-native.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support-native.bb @@ -11,5 +11,3 @@ DEPENDS += " \ SRC_URI += " \ file://0003-only-build-kf5-config-for-native.patch \ " - -EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc index 1b0ec558..7fc80f23 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc +++ b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc @@ -11,6 +11,8 @@ PV = "${KF5_VERSION}" SRC_URI[md5sum] = "8111517907d13ee33a59e7894f358feb" SRC_URI[sha256sum] = "8cfbecb60accdc114894fa79842b4d5105cc80da4be500660dea7ae1b3f33ce0" +EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" + SRC_URI += " \ file://0001-make-broken-glib-a-configure-option-we-cannot-run-co.patch \ file://0002-fix-build-for-QT_NO_SESSIONMANAGER.patch \