summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/qt5/qt5.mk')
-rw-r--r--package/qt5/qt5.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt5/qt5.mk b/package/qt5/qt5.mk
index 9e71c83ce3..fce0ca3848 100644
--- a/package/qt5/qt5.mk
+++ b/package/qt5/qt5.mk
@@ -1,6 +1,6 @@
QT5_VERSION = 5.0.2
QT5_SITE = http://download.qt-project.org/archive/qt/5.0/$(QT5_VERSION)/submodules/
-include package/qt5/*/*.mk
+include $(sort $(wildcard package/qt5/*/*.mk))
define QT5_LA_PRL_FILES_FIXUP
for i in $$(find $(STAGING_DIR)/usr/lib* -name "libQt5*.la"); do \
OpenPOWER on IntegriCloud