summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-03-26 12:11:52 -0600
committerMark Wagie2023-03-26 12:11:52 -0600
commita9789758287a1e55be4ca3b6ec70494548f2571e (patch)
tree236830d8278b93c350b0ed1cc350b27121817207 /PKGBUILD
parente946378b46e2ad7271656002af7cab0fc30648a6 (diff)
downloadaur-a9789758287a1e55be4ca3b6ec70494548f2571e.tar.gz
add depenendecy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4a9562d2e4e..9b1dd5a0f024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgdesc="Miracast implementation for GNOME"
arch=('x86_64')
url="https://gitlab.gnome.org/GNOME/gnome-network-displays"
license=('GPL3')
-depends=('gtk3' 'gst-plugins-good' 'gst-plugins-ugly' 'gst-rtsp-server'
- 'libpulse' 'networkmanager' 'protobuf-c' 'python-gobject'
- 'xdg-desktop-portal')
+depends=('gtk3' 'gst-plugins-bad' 'gst-plugins-good' 'gst-plugins-ugly'
+ 'gst-rtsp-server' 'libpulse' 'networkmanager' 'protobuf-c'
+ 'python-gobject' 'xdg-desktop-portal')
makedepends=('git' 'meson')
checkdepends=('appstream-glib')
optdepends=('dnsmasq' 'gst-plugin-pipewire' 'gstreamer-vaapi')