diff options
author | Mark Brand <mabrand@mabrand.nl> | 2013-01-28 23:55:11 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2013-01-28 23:55:11 (GMT) |
commit | a105fea0ab70ca77270f1a0c4c685ed067408e09 (patch) | |
tree | 384bd0ac07472b5aa1556512fd72e3ec08fac0ed /src/qtgraphicaleffects.mk | |
parent | f98349455a69ffa3cf3a78b86f90a1d7f0c6043b (diff) | |
download | mxe-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.mk | 2 |
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 |