diff --git a/srcpkgs/qt6-wayland/template b/srcpkgs/qt6-wayland/template index 1abb9396baf..ed5fbfa00b4 100644 --- a/srcpkgs/qt6-wayland/template +++ b/srcpkgs/qt6-wayland/template @@ -1,7 +1,7 @@ # Template file for 'qt6-wayland' pkgname=qt6-wayland version=6.7.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="qt6-base perl pkg-config wayland-devel qt6-declarative-host-tools" # XXX: Qml as optional dep @@ -48,6 +48,10 @@ qt6-wayland-private-devel_package() { vmove "usr/lib/qt6/metatypes/*private_*_metatypes.json" vmove "usr/lib/qt6/mkspecs/modules/*_private.pri" vmove "usr/lib/qt6/modules/*Private.json" + # Move back to ${sourcepkg}, in order to be moved to -devel + # base development expected to have those targets + mv ${PKGDESTDIR}/usr/lib/cmake/Qt6WaylandGlobalPrivate \ + ${DESTDIR}/usr/lib/cmake/ } }