kconfig edit: fix xconfig dependencies (MR 2034)

This commit is contained in:
JuniorJPDJ 2021-03-13 15:01:17 +01:00
parent ed0bbf6069
commit 8db2ab71b2
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def menuconfig(args, pkgname):
kopt = "menuconfig"
copy_xauth = False
if args.xconfig:
depends += ["qt-dev", "font-noto"]
depends += ["qt5-qtbase-dev", "font-noto"]
kopt = "xconfig"
copy_xauth = True
elif args.gconfig: