Browse Source

contrib: gme: Depend on zlib

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

Refs #27262
pull/138/head
David Fuhrmann 4 years ago
committed by David
parent
commit
adf27a0017
  1. 2
      contrib/src/gme/rules.mak

2
contrib/src/gme/rules.mak

@ -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

Loading…
Cancel
Save