From patchwork Mon Apr 16 02:20:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/3] qt4-native: enable features to build kdelib4-native Date: Mon, 16 Apr 2012 02:20:31 -0000 From: Kang Kai X-Patchwork-Id: 25883 Message-Id: <1334542833-27552-2-git-send-email-kai.kang@windriver.com> To: add a bbappend file to enable qt4-native 4.7.4 to enable openssl and phonon support. Add flags '-no-pch -no-sm' to make qt4-native itself compiled successfully. Signed-off-by: Kang Kai --- recipes-misc-support/qt4-native_4.7.4.bbappend | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 recipes-misc-support/qt4-native_4.7.4.bbappend diff --git a/recipes-misc-support/qt4-native_4.7.4.bbappend b/recipes-misc-support/qt4-native_4.7.4.bbappend new file mode 100644 index 0000000..a11a23f --- /dev/null +++ b/recipes-misc-support/qt4-native_4.7.4.bbappend @@ -0,0 +1,4 @@ +# Needed by kdelibs4-native +EXTRA_OECONF += "-no-pch -no-sm -openssl" + +TOBUILD += "src/phonon"