diff options
author | fuzzard <fuzzard@kodi.tv> | 2022-01-08 08:03:32 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2022-01-08 10:47:44 +1000 |
commit | bbe181c67666c852d53b653f07efa1dc6229f7de (patch) | |
tree | 45ddb31f12fcb10e02f027febdb0a75af8622124 /tools | |
parent | 2f59840ca99bb535be9b6655a6481ef8a3ba62bb (diff) |
[cmake] module crossguid use version helper
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/crossguid/CROSSGUID-VERSION | 3 | ||||
-rw-r--r-- | tools/depends/target/crossguid/Makefile | 10 |
2 files changed, 5 insertions, 8 deletions
diff --git a/tools/depends/target/crossguid/CROSSGUID-VERSION b/tools/depends/target/crossguid/CROSSGUID-VERSION new file mode 100644 index 0000000000..dc16e8e0e5 --- /dev/null +++ b/tools/depends/target/crossguid/CROSSGUID-VERSION @@ -0,0 +1,3 @@ +LIBNAME=crossguid +VERSION=8f399e8bd4 +ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz diff --git a/tools/depends/target/crossguid/Makefile b/tools/depends/target/crossguid/Makefile index 3936f651e1..e797248e3e 100644 --- a/tools/depends/target/crossguid/Makefile +++ b/tools/depends/target/crossguid/Makefile @@ -1,12 +1,6 @@ -include ../../Makefile.include -DEPS = Makefile - -# lib name, version -LIBNAME=crossguid -VERSION=8f399e8bd4 -SOURCE=$(LIBNAME)-$(VERSION) -ARCHIVE=$(SOURCE).tar.gz - +include CROSSGUID-VERSION +DEPS = Makefile CROSSGUID-VERSION ifeq ($(CROSS_COMPILING), yes) DEPS += ../../Makefile.include |