Also accept python 3.7
This commit is contained in:
parent
bc04e455ac
commit
a9ae885cfa
@ -11,9 +11,14 @@ CONFIG += link_pkgconfig
|
|||||||
PKGCONFIG += nymea-mqtt nymea-networkmanager
|
PKGCONFIG += nymea-mqtt nymea-networkmanager
|
||||||
|
|
||||||
packagesExist(python3-embed) {
|
packagesExist(python3-embed) {
|
||||||
|
# Ubuntu focal
|
||||||
PKGCONFIG += python3-embed
|
PKGCONFIG += python3-embed
|
||||||
} else:packagesExist(python-3.5) {
|
} else:packagesExist(python-3.5) {
|
||||||
|
# Ubuntu xenial
|
||||||
PKGCONFIG += python-3.5
|
PKGCONFIG += python-3.5
|
||||||
|
} else:packagesExist(python-3.7) {
|
||||||
|
# Debian buster
|
||||||
|
PKGCONFIG += python-3.7
|
||||||
} else {
|
} else {
|
||||||
error("Python development package not found.")
|
error("Python development package not found.")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user