Skip to content
Snippets Groups Projects
Commit adf27a00 authored by David's avatar David Committed by David
Browse files

contrib: gme: Depend on zlib

The latest version of game-music-emu links against zlib if it is
available.

Refs #27262
parent 45de32be
No related branches found
No related tags found
Loading
......@@ -8,6 +8,8 @@ PKGS += gme
$(TARBALLS)/game-music-emu-$(GME_VERSION).tar.xz:
$(call download_pkg,$(GME_URL),gme)
DEPS_gme = zlib $(DEPS_zlib)
.sum-gme: game-music-emu-$(GME_VERSION).tar.xz
game-music-emu: game-music-emu-$(GME_VERSION).tar.xz .sum-gme
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment