Skip to content

Commit

Permalink
Only enable globe plugin for osgEarth 2.7, it is not compatible with …
Browse files Browse the repository at this point in the history
…2.8. (#3541)
  • Loading branch information
sebastic authored and m-kuhn committed Sep 29, 2016
1 parent ae76aa6 commit eef6f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -53,7 +53,7 @@ QGIS_ABI=$(QGIS_MAJOR).$(QGIS_MINOR).$(QGIS_PATCH)
GRASS=grass$(subst .,,$(shell pkg-config --modversion grass|cut -d. -f1,2))
GRASSVER=$(subst .,,$(shell pkg-config --modversion grass|cut -d. -f1))

WITH_GLOBE=$(shell dpkg --compare-versions "$$(dpkg-query -W --showformat='$${Version}' libosgearth-dev)" ge 2.7 && echo 1)
WITH_GLOBE=$(shell dpkg --compare-versions "$$(dpkg-query -W --showformat='$${Version}' libosgearth-dev)" ge 2.7 && dpkg --compare-versions "$$(dpkg-query -W --showformat='$${Version}' libosgearth-dev)" lt 2.8 && echo 1)

CMAKE_OPTS := \
-DBUILDNAME=$(DEB_BUILD_NAME) \
Expand Down

0 comments on commit eef6f05

Please sign in to comment.