mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
deskutils/xdg-desktop-portal: add missing dependency after 689ee986fa
meson.build:115:18: ERROR: Dependency "gstreamer-pbutils-1.0" not found, tried pkgconfig Found via multimedia/pipewire built with GSTREAMER option disabled. See also https://github.com/flatpak/xdg-desktop-portal/commit/284279b35a28
This commit is contained in:
parent
14b335cdfe
commit
72cdf9326e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libfuse3.so:filesystems/fusefs-libs3 \
|
||||||
libpipewire-0.3.so:multimedia/pipewire \
|
libpipewire-0.3.so:multimedia/pipewire \
|
||||||
libportal.so:deskutils/libportal
|
libportal.so:deskutils/libportal
|
||||||
|
|
||||||
USES= gettext-tools gmake gnome meson pkgconfig python:build shebangfix
|
USES= gettext-tools gmake gnome gstreamer meson pkgconfig python:build shebangfix
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= flatpak
|
GH_ACCOUNT= flatpak
|
||||||
USE_GNOME= gdkpixbuf glib20
|
USE_GNOME= gdkpixbuf glib20
|
||||||
|
|
Loading…
Add table
Reference in a new issue