From 849bfb29be404e781e68776ad8d5f90d09b71212 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 12 Mar 2018 17:15:42 +0200 Subject: [PATCH] Fix build on Ubuntu. --HG-- branch : develop --- dist/OBS_debian/debian.control | 3 ++- dist/OBS_debian/valentina.dsc | 3 ++- dist/debian/control | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dist/OBS_debian/debian.control b/dist/OBS_debian/debian.control index 484b71f24..df193b693 100644 --- a/dist/OBS_debian/debian.control +++ b/dist/OBS_debian/debian.control @@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 8.0.0), g++ (>= 4.7.0), qt5-default (>= 5.2.0), qttools5-dev-tools (>= 5.2.0), - libqt5xmlpatterns5-dev (>= 5.2.0) + libqt5xmlpatterns5-dev (>= 5.2.0), + libqt5opengl5-dev (>= 5.2.0) Standards-Version: 3.9.5 Homepage: https://valentinaproject.bitbucket.io/ Vcs-Browser: https://bitbucket.org/dismine/valentina diff --git a/dist/OBS_debian/valentina.dsc b/dist/OBS_debian/valentina.dsc index b73ef55bd..f670d1e42 100644 --- a/dist/OBS_debian/valentina.dsc +++ b/dist/OBS_debian/valentina.dsc @@ -13,7 +13,8 @@ Build-Depends: debhelper (>= 8.0.0), g++ (>= 4.7.0), qt5-default (>= 5.2.0), qttools5-dev-tools (>= 5.2.0), - libqt5xmlpatterns5-dev (>= 5.2.0) + libqt5xmlpatterns5-dev (>= 5.2.0), + libqt5opengl5-dev (>= 5.2.0) Package-List: valentina deb graphics optional Files: diff --git a/dist/debian/control b/dist/debian/control index 484b71f24..df193b693 100644 --- a/dist/debian/control +++ b/dist/debian/control @@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 8.0.0), g++ (>= 4.7.0), qt5-default (>= 5.2.0), qttools5-dev-tools (>= 5.2.0), - libqt5xmlpatterns5-dev (>= 5.2.0) + libqt5xmlpatterns5-dev (>= 5.2.0), + libqt5opengl5-dev (>= 5.2.0) Standards-Version: 3.9.5 Homepage: https://valentinaproject.bitbucket.io/ Vcs-Browser: https://bitbucket.org/dismine/valentina