opencv: do not build gtk+ 95/25995/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 13 Aug 2014 13:48:47 +0000 (15:48 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 13 Aug 2014 13:48:47 +0000 (15:48 +0200)
Change-Id: I426e25dd71f7a6bd9835f34217e13d18ffaf112e
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-support/opencv/opencv_%.bbappend [new file with mode: 0644]

diff --git a/recipes-support/opencv/opencv_%.bbappend b/recipes-support/opencv/opencv_%.bbappend
new file mode 100644 (file)
index 0000000..7e57e59
--- /dev/null
@@ -0,0 +1,2 @@
+# We don't want gtk+
+PACKAGECONFIG[gtk] = "-DWITH_GTK=OFF"