diff options
author | davidovski <david@davidovski.xyz> | 2022-07-15 00:52:21 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-07-15 00:52:21 +0100 |
commit | 9a26d3fdc7fca2df6f824b56034ab9a823e898d8 (patch) | |
tree | 278bbf05c72536a30e701eebbd3546ba137543e7 /repo/freeciv | |
parent | f6332a43c35387c4a2dea1746be5fd092890ae0e (diff) |
added python deps for libvirt
Diffstat (limited to 'repo/freeciv')
-rw-r--r-- | repo/freeciv/freeciv.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/freeciv/freeciv.xibuild b/repo/freeciv/freeciv.xibuild index 2ef99f5..a50f4be 100644 --- a/repo/freeciv/freeciv.xibuild +++ b/repo/freeciv/freeciv.xibuild @@ -3,7 +3,7 @@ NAME="freeciv" DESC="Free and Open Source empire-building strategy game (meta package)" -MAKEDEPS="curl readline gettext sdl2-mixer gzip pkg-conf glib atk pango gdk-pixbuf gtk3 qtchooser qt5-qtbase gzip sdl2 sdl2-image sdl2-ttf sdl2-gfx sqlite3" +MAKEDEPS="curl readline gettext sdl2-mixer gzip pkg-config glib atk pango gdk-pixbuf gtk3 qtchooser qt5-qtbase gzip sdl2 sdl2-image sdl2-ttf sdl2-gfx sqlite3" PKG_VER=3.0.0 SOURCE="https://downloads.sourceforge.net/sourceforge/freeciv/freeciv-$PKG_VER.tar.xz" |