Skip to content

Commit e98930c

Browse files
committed
hooks/qt-private-api: ignore qt6-base
1 parent 01075ff commit e98930c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common/hooks/post-install/15-qt-private-api.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ hook() {
3737
return 0
3838
fi
3939

40+
case " qt6-base " in
41+
*" ${sourcepkg} "*) return 0 ;;
42+
esac
43+
4044
_list=$(get_qt_private)
4145
for _shlib in $_list; do
4246
msg_normal "${pkgver}: requires PRIVATE_API from $_shlib\n"

0 commit comments

Comments
 (0)