mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
debian package: handle grass RC abis
This commit is contained in:
parent
a7d1a66e5d
commit
ebec25f737
2
debian/rules
vendored
2
debian/rules
vendored
@ -54,7 +54,7 @@ QGIS_PATCH=$(shell sed -ne 's/SET(CPACK_PACKAGE_VERSION_PATCH "\([0-9]*\)")/\1/p
|
||||
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))
|
||||
GRASSABI=$(subst .,,$(shell pkg-config --modversion grass))
|
||||
GRASSABI=$(subst .,,$(shell pkg-config --modversion grass|cut -d. -f1,2,3|sed -e 's/RC/-/'))
|
||||
|
||||
CMAKE_OPTS := \
|
||||
-G Ninja \
|
||||
|
Loading…
x
Reference in New Issue
Block a user