Skip to content

Commit ae24b08

Browse files
sebasticjef-n
authored andcommittedDec 23, 2015
Add dependency on openscenegraph-plugin-osgearth to qgis-plugin-globe.
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)
1 parent 7895e99 commit ae24b08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎debian/control.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ Architecture: any
318318
Depends:
319319
qgis (= ${binary:Version}),
320320
qgis-plugin-globe-common (= ${source:Version}),
321+
openscenegraph-plugin-osgearth,
321322
${shlibs:Depends},
322323
${misc:Depends}
323324
Description: OSG globe plugin for QGIS

0 commit comments

Comments
 (0)
Please sign in to comment.