Add build-essential to the snap's build deps.
This commit is contained in:
parent
170a271737
commit
d9745a737a
|
@ -45,6 +45,7 @@ parts:
|
||||||
- "-DCMAKE_INSTALL_PREFIX=/usr"
|
- "-DCMAKE_INSTALL_PREFIX=/usr"
|
||||||
- "-DCMAKE_BUILD_TYPE=Release"
|
- "-DCMAKE_BUILD_TYPE=Release"
|
||||||
build-packages:
|
build-packages:
|
||||||
|
- build-essential
|
||||||
- xorg-dev
|
- xorg-dev
|
||||||
- libcurl4-openssl-dev
|
- libcurl4-openssl-dev
|
||||||
- libavahi-compat-libdnssd-dev
|
- libavahi-compat-libdnssd-dev
|
||||||
|
|
Loading…
Reference in New Issue