summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-07-16 16:22:37 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-07-16 16:22:37 (GMT)
commit56a6275ed94ce104cfa9d6acb6eddaa0e84d11d3 (patch)
tree4d46f2d67ac996a60381cfe94f13fd415684460d /src
parentb0e89cbbaf0618a9461428b4d1f68402db907f2d (diff)
downloadmxe-56a6275ed94ce104cfa9d6acb6eddaa0e84d11d3.zip
mxe-56a6275ed94ce104cfa9d6acb6eddaa0e84d11d3.tar.gz
mxe-56a6275ed94ce104cfa9d6acb6eddaa0e84d11d3.tar.bz2
qt5 virtual pkg: only include pkgs inheriting from qtbase
other pkgs may depend on qtbase and not be part of the modules
Diffstat (limited to 'src')
-rw-r--r--src/qt5.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt5.mk b/src/qt5.mk
index d8389ed..c080f2a 100644
--- a/src/qt5.mk
+++ b/src/qt5.mk
@@ -4,6 +4,6 @@
PKG := qt5
$(PKG)_VERSION = $(qtbase_VERSION)
$(PKG)_DEPS := $(patsubst $(TOP_DIR)/src/%.mk,%,\
- $(shell grep -l 'DEPS.*qtbase' \
+ $(shell grep -l 'qtbase_VERSION' \
$(TOP_DIR)/src/qt*.mk \
--exclude '$(TOP_DIR)/src/qt5.mk'))