diff options
Diffstat (limited to 'recipes/qt4')
-rw-r--r-- | recipes/qt4/qt4.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index 9d82a1bc0c..b4f53c14b7 100644 --- a/recipes/qt4/qt4.inc +++ b/recipes/qt4/qt4.inc @@ -160,7 +160,8 @@ do_configure() { ${QT_CONFIG_FLAGS} -fast \ -L${STAGING_LIBDIR} -I${STAGING_INCDIR} \ -I${STAGING_INCDIR}/freetype2 \ - -I${STAGING_INCDIR}/mysql + -I${STAGING_INCDIR}/mysql \ + -I${STAGING_INCDIR}/postgresql } do_compile() { |