aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/cmake/packaging.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/cmake/packaging.cmake')
-rw-r--r--hicn-light/cmake/packaging.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-light/cmake/packaging.cmake b/hicn-light/cmake/packaging.cmake
index ccf567e41..97b3e0dbf 100644
--- a/hicn-light/cmake/packaging.cmake
+++ b/hicn-light/cmake/packaging.cmake
@@ -21,7 +21,7 @@ set(${HICN_LIGHT}_DESCRIPTION
)
set(${HICN_LIGHT}_DEB_DEPENDENCIES
- "lib${LIBHICN} (= stable_version)"
+ "lib${LIBHICN} (= stable_version), libevent-2.1-7 (= 2.1.11-stable-1)"
CACHE STRING "Dependencies for deb/rpm package."
)