From: Phil Blundell Date: Fri, 10 Sep 2004 21:30:29 +0000 (+0000) Subject: install private/ headers as well X-Git-Tag: Release-2010-05/1~17291 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bb5641a770ed4561828c2bc348bf4d90adfd122;p=openembedded.git install private/ headers as well BKrev: 41421cf5c4tvzuxrURM-5MeUoHtR1A --- diff --git a/qt/qt-x11-free_3.3.2.oe b/qt/qt-x11-free_3.3.2.oe index 1147715252..ec9421a012 100644 --- a/qt/qt-x11-free_3.3.2.oe +++ b/qt/qt-x11-free_3.3.2.oe @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "GPL/QPL" MAINTAINER = "Michael 'Mickey' Lauer " DEPENDS = "uicmoc3-native freetype x11 xft xext libxrender libxrandr libxcursor" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \ file://configure.patch;patch=1 \ @@ -43,10 +43,15 @@ do_compile() { do_stage() { oe_soinstall lib/libqt-mt.so.${PV} ${STAGING_LIBDIR}/ + install -d ${STAGING_INCDIR}/private for f in include/*.h do install -m 0644 $f ${STAGING_INCDIR}/ done + for f in include/private/*.h + do + install -m 0644 $f ${STAGING_INCDIR}/private/ + done } do_install() {