diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-06-09 14:26:50 -0400 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-07-24 09:07:10 +0200 |
| commit | 52d8f9f103a38fc78613f5f1b20064d2198dbb01 (patch) | |
| tree | 1041f3f753811e1f1ff31d459abe48cab597a3bc /gnu/packages/games.scm | |
| parent | 6444e9ab8fa9186ddc3c4c247c2ef31b1e931466 (diff) | |
gnu: warzone2100: Unbundle libjpeg-turbo.
* gnu/packages/games.scm (warzone2100)[source]<snippet>: Delete
“lib/ivis_opengl/3rdparty/libjpeg-turbo”.
[arguments]<#:configure-flags>: Add “-DWZ_USE_SYSTEM_LIBJPEG_TURBO”.
[inputs]: Add libjpeg-turbo.
Change-Id: I0ee993b15d8e5922d9ae88eebe2f065fdfe35b8e
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/games.scm')
| -rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c164d22a4c7..c7a6674a67d 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -7398,7 +7398,8 @@ fighting over what remains.") | |||
| 7398 | #~(begin (with-directory-excursion "lib" | 7398 | #~(begin (with-directory-excursion "lib" |
| 7399 | (for-each delete-file-recursively | 7399 | (for-each delete-file-recursively |
| 7400 | '("netplay/3rdparty/miniupnp" | 7400 | '("netplay/3rdparty/miniupnp" |
| 7401 | "sound/3rdparty/opusfile"))) | 7401 | "sound/3rdparty/opusfile" |
| 7402 | "ivis_opengl/3rdparty/libjpeg-turbo"))) | ||
| 7402 | (with-directory-excursion "data" | 7403 | (with-directory-excursion "data" |
| 7403 | (for-each delete-file-recursively | 7404 | (for-each delete-file-recursively |
| 7404 | '("fonts" | 7405 | '("fonts" |
| @@ -7438,6 +7439,7 @@ fighting over what remains.") | |||
| 7438 | "-DWZ_INCLUDE_VIDEOS=off" | 7439 | "-DWZ_INCLUDE_VIDEOS=off" |
| 7439 | "-DWZ_FORCE_MINIMAL_OPUSFILE=off" | 7440 | "-DWZ_FORCE_MINIMAL_OPUSFILE=off" |
| 7440 | "-DENABLE_GNS_NETWORK_BACKEND=off" | 7441 | "-DENABLE_GNS_NETWORK_BACKEND=off" |
| 7442 | "-DWZ_USE_SYSTEM_LIBJPEG_TURBO=on" | ||
| 7441 | ;; Do not automatically install | 7443 | ;; Do not automatically install |
| 7442 | ;; additional campaigns. | 7444 | ;; additional campaigns. |
| 7443 | "-DWZ_BUILTIN_MODS_RECLAMATION=off" | 7445 | "-DWZ_BUILTIN_MODS_RECLAMATION=off" |
| @@ -7504,6 +7506,7 @@ fighting over what remains.") | |||
| 7504 | gnutls | 7506 | gnutls |
| 7505 | harfbuzz | 7507 | harfbuzz |
| 7506 | libinih | 7508 | libinih |
| 7509 | libjpeg-turbo | ||
| 7507 | libogg | 7510 | libogg |
| 7508 | libpng | 7511 | libpng |
| 7509 | libsodium | 7512 | libsodium |
