diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index e1a59b8..80db993 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Description: C++ api for Ivy software bus. development Package Package: ivy-cpp Section: libs Architecture: any -Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3, libxxf86vm1 +Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3 Description: C++ api for Ivy software bus. runtime Package Ivy is mostly a communication convention between processes, implemented through a collection of libraries in several languages and for several platforms: @@ -27,7 +27,7 @@ Description: C++ api for Ivy software bus. runtime Package Package: ivy-cpp-glfw Section: libs Architecture: any -Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3, libxxf86vm1, glfw +Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3, glfw Description: C++ api for Ivy software bus. runtime Package Ivy is mostly a communication convention between processes, implemented through a collection of libraries in several languages and for several platforms: |