summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormjbudd772021-01-22 06:14:31 -0500
committermjbudd772021-01-22 06:14:31 -0500
commit17c3818ee6fc1ba74b985cfd62e8a47b8f6cdc10 (patch)
tree4499f65b1ea8a718ee503d9bd4a7b2fce0735b2f /PKGBUILD
parent44fd82209d4e71eab04f47cfd5d3475a745d8a82 (diff)
downloadaur-17c3818ee6fc1ba74b985cfd62e8a47b8f6cdc10.tar.gz
Added pkgconf to build depends list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a3fc2ec5f6a..09c6803c18dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://fceux.com/"
license=('GPL')
depends=('sdl2' 'lua51' 'qt5-base' 'minizip')
-makedepends=('git' 'cmake' 'make' 'mesa-libgl' 'glu')
+makedepends=('git' 'cmake' 'make' 'pkgconf' 'mesa-libgl' 'glu')
optdepends=('xchm: for viewing the help manual')
provides=('fceux')
conflicts=('fceux')