diff --git a/deb/debian/control b/deb/debian/control
index 7bc3475..5ba658f 100644
--- a/deb/debian/control
+++ b/deb/debian/control
@@ -98,7 +98,8 @@ Build-Depends:  debhelper (>= 9),
                 libxnvctrl-dev,
                 liblzo2-dev,
                 libxcb-shm0-dev,
-                libhdhomerun-dev
+                libhdhomerun-dev,
+                libminizip-dev
 
 Package: mythtv
 Architecture: all
@@ -420,7 +421,8 @@ Architecture: any
 Depends: mythtv-frontend (>= ${binary:Version}),
          python3,
          ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         minizip
 Description: Emulator & PC Game frontend module for MythTV
  MythGame can be used as a frontend to start any emulator that your host OS
  runs.
diff --git a/deb/debian/control.in b/deb/debian/control.in
index 7bc3475..5ba658f 100644
--- a/deb/debian/control.in
+++ b/deb/debian/control.in
@@ -98,7 +98,8 @@ Build-Depends:  debhelper (>= 9),
                 libxnvctrl-dev,
                 liblzo2-dev,
                 libxcb-shm0-dev,
-                libhdhomerun-dev
+                libhdhomerun-dev,
+                libminizip-dev
 
 Package: mythtv
 Architecture: all
@@ -420,7 +421,8 @@ Architecture: any
 Depends: mythtv-frontend (>= ${binary:Version}),
          python3,
          ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         minizip
 Description: Emulator & PC Game frontend module for MythTV
  MythGame can be used as a frontend to start any emulator that your host OS
  runs.
