summaryrefslogtreecommitdiffstats
path: root/src/qtgraphicaleffects.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-01-28 23:55:11 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-01-28 23:55:11 (GMT)
commita105fea0ab70ca77270f1a0c4c685ed067408e09 (patch)
tree384bd0ac07472b5aa1556512fd72e3ec08fac0ed /src/qtgraphicaleffects.mk
parentf98349455a69ffa3cf3a78b86f90a1d7f0c6043b (diff)
downloadmxe-a105fea0ab70ca77270f1a0c4c685ed067408e09.zip
mxe-a105fea0ab70ca77270f1a0c4c685ed067408e09.tar.gz
mxe-a105fea0ab70ca77270f1a0c4c685ed067408e09.tar.bz2
qt5 module packages: add update macros
Diffstat (limited to 'src/qtgraphicaleffects.mk')
-rw-r--r--src/qtgraphicaleffects.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtgraphicaleffects.mk b/src/qtgraphicaleffects.mk
index 63f08d9..42b7063 100644
--- a/src/qtgraphicaleffects.mk
+++ b/src/qtgraphicaleffects.mk
@@ -10,7 +10,7 @@ $(PKG)_URL := http://releases.qt-project.org/qt5/$($(PKG)_VERSION)/submodul
$(PKG)_DEPS := gcc qtbase qtdeclarative
define $(PKG)_UPDATE
- echo 'Warning: Updates are temporarily disabled for package qtgraphicaleffects.' >&2;
+ echo $(qtbase_VERSION)
endef
define $(PKG)_BUILD