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_BUILD_TYPE=Release"
|
||||
build-packages:
|
||||
- build-essential
|
||||
- xorg-dev
|
||||
- libcurl4-openssl-dev
|
||||
- libavahi-compat-libdnssd-dev
|
||||
|
|
Loading…
Reference in New Issue