Skip to content

Commit 758afdf

Browse files
committed
Fix dependency issues on debian and F33
Signed-off-by: Dorian Stoll <[email protected]>
1 parent 16d1d23 commit 758afdf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sed 's/^deb /deb-src /' /etc/apt/sources.list >> /etc/apt/sources.list
2222
apt-get -y update
2323
apt-get -y install build-essential debhelper dpkg-sig fakeroot wget git
24-
apt-get -y build-dep libwacom
24+
apt-get -y build-dep libwacom libwacom-dev
2525
2626
- name: Build package
2727
run: |
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install build dependencies
6565
run: |
6666
dnf distro-sync -y
67-
dnf install -y rpmdevtools rpm-sign 'dnf-command(builddep)'
67+
dnf install -y make rpmdevtools rpm-sign 'dnf-command(builddep)'
6868
dnf builddep -y pkg/fedora/libwacom-surface.spec
6969
7070
- name: Build package

pkg/debian/debian/control

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ Priority: optional
44
Maintainer: Maximilian Luz <[email protected]>
55
Build-Depends: debhelper (>= 9),
66
libglib2.0-dev,
7-
libgtk2.0-dev,
87
libgudev-1.0-dev,
9-
librsvg2-dev,
108
libxml2-dev,
119
git
1210

0 commit comments

Comments
 (0)