freeciv_sdl2: add libx11 (#402189)
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
SDL2_image,
|
||||
SDL2_ttf,
|
||||
SDL2_gfx,
|
||||
libX11,
|
||||
freetype,
|
||||
fluidsynth,
|
||||
sdl2Client ? false,
|
||||
@@ -72,12 +73,13 @@ stdenv.mkDerivation rec {
|
||||
libiconv
|
||||
icu
|
||||
]
|
||||
++ [
|
||||
++ lib.optionals sdl2Client [
|
||||
SDL2
|
||||
SDL2_mixer
|
||||
SDL2_image
|
||||
SDL2_ttf
|
||||
SDL2_gfx
|
||||
libX11 # can be removed when https://github.com/freeciv/freeciv/commit/00a9d69fa38d8618893e1eaad2830abb395ef25b is tagged, likely in 3.2.0
|
||||
freetype
|
||||
fluidsynth
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user