summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-02-14 16:16:24 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-02-14 16:16:24 +0100
commit6e3d80a45f3a07133a5096704d432866f6e4cdf5 (patch)
treedb34540dcb781b02f8373a0e8e15c2f825889890
parent289191f6fe83ae19d714af740fe3549a07f16299 (diff)
downloadptxdist-6e3d80a45f3a07133a5096704d432866f6e4cdf5.tar.gz
ptxdist-6e3d80a45f3a07133a5096704d432866f6e4cdf5.tar.xz
host-qt5: fix option handling
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-qt5.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-qt5.make b/rules/host-qt5.make
index 923b19562..b46c26f28 100644
--- a/rules/host-qt5.make
+++ b/rules/host-qt5.make
@@ -134,7 +134,7 @@ HOST_QT5_CONF_OPT := \
--disable-system-proxies
# Note: these options are not listed in '--help' but they exist
-QT5_CONF_OPT += \
+HOST_QT5_CONF_OPT += \
--disable-sm \
--disable-openvg \
--disable-libudev \