Skip to content

Commit

Permalink
Add dependency on openscenegraph-plugin-osgearth to qgis-plugin-globe.
Browse files Browse the repository at this point in the history
QGIS crashes when using the Globe plugin if this package is not installed,
as reported in QGIS issue #9818 [0] and Debian Bug #808817 [1].

[0] https://hub.qgis.org/issues/9818
[1] https://bugs.debian.org/808817

(cherry picked from commit 076c2a0)
  • Loading branch information
sebastic authored and jef-n committed Dec 23, 2015
1 parent 7895e99 commit ae24b08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/control.in
Expand Up @@ -318,6 +318,7 @@ Architecture: any
Depends:
qgis (= ${binary:Version}),
qgis-plugin-globe-common (= ${source:Version}),
openscenegraph-plugin-osgearth,
${shlibs:Depends},
${misc:Depends}
Description: OSG globe plugin for QGIS
Expand Down

0 comments on commit ae24b08

Please sign in to comment.