diff --git a/CMakeLists.txt b/CMakeLists.txt index af68e9f6..4e6afe7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,7 @@ set(CPACK_PACKAGE_NAME "opendx") set(CPACK_PACKAGE_VERSION "1.0.0") set(CPACK_PACKAGE_DESCRIPTION "Open Source reimplementation of DirectX for Linux") set(CPACK_PACKAGE_CONTACT "Eduardo P. Gomez ") +set(CPACK_DEBIAN_PACKAGE_DEPENDS "libgtk-4-1") include(CPack) install(DIRECTORY ${CMAKE_BINARY_DIR}/root/ DESTINATION /)