diff options
Diffstat (limited to 'qt')
-rw-r--r-- | qt/qt-x11-free-native_3.3.2.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/qt-x11-free-native_3.3.2.oe b/qt/qt-x11-free-native_3.3.2.oe index d067fe5760..4aa547b2a4 100644 --- a/qt/qt-x11-free-native_3.3.2.oe +++ b/qt/qt-x11-free-native_3.3.2.oe @@ -45,6 +45,7 @@ do_stage() { do install -m 0644 $f ${STAGING_INCDIR}/ done + install -d ${STAGING_INCDIR}/private for f in include/private/*.h do install -m 0644 $f ${STAGING_INCDIR}/private/ |