changeset 4641:79c7aec27739

* src/uuid.mk: add mingw-w64 as a dependancy for package
author John Donoghue <john.donoghue@ieee.org>
date Sun, 25 Mar 2018 07:52:22 -0400
parents fc9edc9be940
children 4a54e62e7ea3
files src/uuid.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/uuid.mk	Sun Mar 25 07:43:20 2018 -0400
+++ b/src/uuid.mk	Sun Mar 25 07:52:22 2018 -0400
@@ -3,15 +3,15 @@
 
 PKG             := uuid
 $(PKG)_IGNORE   = $(mingw-w64_IGNORE)
-$(PKG)_VERSION  := 3.17
+$(PKG)_VERSION  = 3.17
 $(PKG)_CHECKSUM = $(mingw-w64_CHECKSUM)
 $(PKG)_SUBDIR   = $(mingw-w64_SUBDIR)
 $(PKG)_FILE     = $(mingw-w64_FILE)
 $(PKG)_URL      = $(mingw-w64_URL)
-$(PKG)_DEPS     =
+$(PKG)_DEPS     = mingw-w64
 
 define $(PKG)_UPDATE
-    echo "$(w32api_VERSION)"
+    echo "$($(PKG)_VERSION)"
 endef
 
 define $(PKG)_BUILD