Skip to content

Commit

Permalink
Fix debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
thorio committed Jan 5, 2025
1 parent aaf77eb commit 11c6ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package/debian/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#/usr/bin/env bash
set -e

# TODO: add dependency libwayland-client0 when wayland is ready

reporoot=$(git rev-parse --show-toplevel)
pkgdir="$reporoot/package/debian/pkg"

Expand Down
1 change: 0 additions & 1 deletion package/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Version: 0.0.0-dev
Maintainer: thorou <[email protected]>
Section: x11
Priority: extra
# libwayland-client0 not ready yet
Depends: libx11-6, libxinerama1, libxft2, libxext6, libxcursor1, libxrender1,
libxfixes3, libcairo2, libpango-1.0-0, libpangocairo-1.0-0, libpangoxft-1.0-0,
libglib2.0-0, libfontconfig1, libglu1-mesa, libgl1, coreutils, libgtk-3-bin,
Expand Down

0 comments on commit 11c6ed2

Please sign in to comment.