aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-14 16:16:25 +0000
committercrupest <crupest@outlook.com>2022-05-14 16:16:25 +0000
commit5db2e1e1ad1422e655c6bd69981a0ebceb0ad189 (patch)
tree83be4c95079ffbf4ec082968aed4b7ff5e193e05
parent8cb4c5bf9e3eb0ba01679355a445369dd61122df (diff)
downloadcru-5db2e1e1ad1422e655c6bd69981a0ebceb0ad189.tar.gz
cru-5db2e1e1ad1422e655c6bd69981a0ebceb0ad189.tar.bz2
cru-5db2e1e1ad1422e655c6bd69981a0ebceb0ad189.zip
...
-rw-r--r--.gitpod.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 82a2d2a0..488c2593 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,6 +1,7 @@
tasks:
- name: configure
init: |
+ sudo apt-get install libcairo2-dev libpango1.0-dev
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -H. -B./build -G Ninja
ln -s build/compile_commands.json compile_commands.json