qt5 virtual pkg: only include pkgs inheriting from qtbase

other pkgs may depend on qtbase and not be part of the modules
This commit is contained in:
Tony Theodore 2016-07-17 02:22:37 +10:00
parent b0e89cbbaf
commit 56a6275ed9
1 changed files with 1 additions and 1 deletions

View File

@ -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'))