Skip to content

Commit 69ca16b

Browse files
committed
Try fix libvte CI again
1 parent 1a3b8b3 commit 69ca16b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/flatpak.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- name: Install Flatpak & Builder
2323
run: |
2424
sudo apt-get update
25-
sudo apt-get install libvte-2.91-gtk4-0 libvte-2.91-gtk4-dev
2625
sudo apt-get install -y flatpak flatpak-builder
2726
2827
- name: Add Flathub remote

com.ranfdev.DistroShelf.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
4747
"name": "vte",
4848
"buildsystem": "meson",
4949
"config-opts": [
50-
"-Ddocs=false"
50+
"-Ddocs=false",
51+
"-Dgtk3=false",
52+
"-Dgtk4=true",
53+
"--libdir=lib"
5154
],
5255
"sources": [
5356
{

0 commit comments

Comments
 (0)