diff options
Diffstat (limited to 'src/pixman.mk')
-rw-r--r-- | src/pixman.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pixman.mk b/src/pixman.mk index 9d362af..d6ebdf4 100644 --- a/src/pixman.mk +++ b/src/pixman.mk @@ -9,7 +9,7 @@ $(PKG)_SUBDIR := pixman-$($(PKG)_VERSION) $(PKG)_FILE := pixman-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://cairographics.org/snapshots/$($(PKG)_FILE) $(PKG)_URL_2 := https://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) -$(PKG)_DEPS := gcc libpng +$(PKG)_DEPS := cc libpng define $(PKG)_UPDATE $(WGET) -q -O- 'https://cairographics.org/snapshots/?C=M;O=D' | \ |