-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing systemd dependency to control to fix build on oracular
- Loading branch information
Regolith Linux
committed
Oct 19, 2024
1 parent
605c041
commit 385c6ec
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,33 +4,34 @@ Priority: optional | |
Maintainer: Ken Gilmer <[email protected]> | ||
Build-Depends: debhelper (>= 10), | ||
gettext, | ||
intltool, | ||
libglib2.0-dev, | ||
libgtk-4-dev, | ||
meson, | ||
libglib2.0-dev, | ||
po-debconf, | ||
systemd-dev, | ||
valac-0.56-vapi, | ||
po-debconf, | ||
valac-bin, | ||
intltool | ||
valac-bin | ||
Standards-Version: 4.1.2 | ||
Homepage: https://github.com/regolith-linux/xdg-desktop-portal-regolith | ||
|
||
Package: xdg-desktop-portal-regolith | ||
Architecture: any | ||
Depends: | ||
${shlibs:Depends}, | ||
Depends: | ||
${shlibs:Depends}, | ||
${misc:Depends}, | ||
libjsonrpc-glib-1.0-dev | ||
Description: Regolith XDG Portal backend | ||
Provides access to desktop features to sandboxed apps. | ||
|
||
Package: xdg-desktop-portal-regolith-x11-config | ||
Architecture: any | ||
Depends: | ||
Depends: | ||
xdg-desktop-portal-regolith | ||
Description: Regolith X11 XDG Portal configuration file | ||
|
||
Package: xdg-desktop-portal-regolith-wayland-config | ||
Architecture: any | ||
Depends: | ||
Depends: | ||
xdg-desktop-portal-regolith | ||
Description: Regolith Wayland XDG Portal configuration file | ||
Description: Regolith Wayland XDG Portal configuration file |