[oe-commits] Koen Kooi : opencv: disable GTK+ since it isn't present in DEPENDS

GIT User account git at amethyst.openembedded.net
Wed Nov 12 15:31:02 UTC 2008


Module: openembedded.git
Branch: shared/xorg-7.4-update
Commit: 018287091f618cbaf71ce8c3d68bc143586d1c20
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=018287091f618cbaf71ce8c3d68bc143586d1c20

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Nov 12 15:14:23 2008 +0100

opencv: disable GTK+ since it isn't present in DEPENDS

---

 packages/opencv/opencv_1.0.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/opencv/opencv_1.0.0.bb b/packages/opencv/opencv_1.0.0.bb
index 5b6450e..e973700 100644
--- a/packages/opencv/opencv_1.0.0.bb
+++ b/packages/opencv/opencv_1.0.0.bb
@@ -32,7 +32,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/opencvlibrary/opencv-${PV}.tar.gz \
 
 inherit distutils-base autotools pkgconfig
 
-EXTRA_OECONF = "--disable-debug --without-python --disable-apps az_python_cspec=${STAGING_INCDIR}/${PYTHON_DIR}"
+EXTRA_OECONF = "--disable-debug  --without-gtk --without-python --disable-apps az_python_cspec=${STAGING_INCDIR}/${PYTHON_DIR}"
 
 export BUILD_SYS
 export HOST_SYS





More information about the Openembedded-commits mailing list