Skip to content

Commit 50f3eb2

Browse files
committed
fix: use general debian package in deb dependencies
Fixes issue: #1104
1 parent a9c341d commit 50f3eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ if(CPACK_GENERATOR STREQUAL "DEB")
826826
# TODO use regular, not dev packages
827827
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5widgets5 (>= ${QT_REQUIRED_VERSION}), libsdl2-2.0-0 (>= ${SDL_REQUIRED_VERSION}), libc6")
828828
else()
829-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt6widgets6t64 (>= ${QT_REQUIRED_VERSION}), libsdl2-2.0-0 (>= ${SDL_REQUIRED_VERSION}), libc6")
829+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt6widgets6 (>= ${QT_REQUIRED_VERSION}), libsdl2-2.0-0 (>= ${SDL_REQUIRED_VERSION}), libc6")
830830
endif(QT_VERSION_MAJOR EQUAL 5)
831831
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "pktiuk <[email protected]>")
832832
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "AntiMicroX is a graphical program used to map gamepad buttons to keyboard, mouse, scripts and macros.

0 commit comments

Comments
 (0)