summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLightDot2019-12-27 23:34:39 +0100
committerLightDot2019-12-27 23:34:39 +0100
commiteaf96358d2aac75ee1dfe0a6eb29a0f85a4e55bc (patch)
tree70b73c18a6944399b1edc405b559202e1359ff6e
parent0ffcb48e1259cc25d3845281f58be3f7069ed71c (diff)
downloadaur-eaf96358d2aac75ee1dfe0a6eb29a0f85a4e55bc.tar.gz
PKGBUILD fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e2feb46db9e..e05d4360d4c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Miracast Wireless Display Software for Linux OS (WDS), Git version."
arch=('any')
url="https://01.org/wds"
license=('LGPL')
-depends=('wpa_supplicant' 'connman' 'gstreamer' 'gst-libav' 'gst-plugins-bad' 'x264enc')
+depends=('wpa_supplicant' 'connman' 'gstreamer' 'gst-libav' 'gst-plugins-bad' 'x264')
makedepends=('git' 'cmake')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")