summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Marc Lenoir2022-03-12 18:21:18 +0100
committerJean-Marc Lenoir2022-03-12 18:21:18 +0100
commitaa31c43e6c3f0722bc7bfa8ecc33c3727a604769 (patch)
tree76675323e24f117e04c665eb710351d43bfd929b
parentaa4fee2918703ecf47591b218c3c1c472d2c780b (diff)
downloadaur-aa31c43e6c3f0722bc7bfa8ecc33c3727a604769.tar.gz
Add dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ed1fc5e5098..d5e639ebd144 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = vmware-workstation15
depends = libxcrypt-compat
depends = gtk3
depends = gcr
+ depends = libpng12
depends = vmware-keymaps
optdepends = linux-headers: build modules against Arch kernel
provides = vmware-workstation=15.5.7
diff --git a/PKGBUILD b/PKGBUILD
index e747476dd03f..ff0844343203 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,6 +45,7 @@ depends=(
# needed to use Arch GTK3 library (for theme integration)
gtk3
gcr
+ libpng12
)
optdepends=(
'linux-headers: build modules against Arch kernel'