Skip to content

Commit

Permalink
Add dependency on SQLite driver for Debian / Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed Jul 14, 2015
1 parent e2ea384 commit 3cc9483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -32,7 +32,7 @@ if (EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
set(CPACK_PACKAGE_NAME "otter-browser")
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}_${MAJOR_VERSION}.${MINOR_VERSION}.${CPACK_PACKAGE_VERSION_PATCH}")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}_${MAJOR_VERSION}.${MINOR_VERSION}.${CPACK_PACKAGE_VERSION_PATCH}")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5webkit5 (>=5.1.0), libqt5script5 (>=5.2.0), libqt5multimedia5 (>=5.2.0)")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5webkit5 (>=5.1.0), libqt5script5 (>=5.2.0), libqt5multimedia5 (>=5.2.0), libqt5sql5-sqlite (>=5.2.0)")
set(CPACK_DEBIAN_PACKAGE_RECOMMENDS "gstreamer0.10-plugins-base, gstreamer0.10-plugins-good")
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
set(CPACK_DEBIAN_PACKAGE_SECTION "web")
Expand Down
5 changes: 3 additions & 2 deletions packaging/debian/control
Expand Up @@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 9.0),
libqt5webkit5-dev (>=5.1.0),
qtdeclarative5-dev (>=5.2.0),
qtscript5-dev (>=5.2.0),
qtmultimedia5-dev (>=5.2.0)
qtmultimedia5-dev (>=5.2.0),
libqt5sql5-sqlite (>=5.2.0)
Standards-Version: 3.9.6
Homepage: http://otter-browser.org/

Expand All @@ -19,4 +20,4 @@ Recommends: gstreamer0.10-plugins-base,
gstreamer0.10-plugins-good
Description: Web browser controlled by the user, not vice-versa
Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI
using Qt5
using Qt5

0 comments on commit 3cc9483

Please sign in to comment.