[shotwell] flatpak: OpenCV: Strip down to what we actually need
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] flatpak: OpenCV: Strip down to what we actually need
- Date: Fri, 12 Oct 2018 08:38:37 +0000 (UTC)
commit 8bdbcd2a589294fba6df8b950e0d0517df4ad9d6
Author: Jens Georg <mail jensge org>
Date: Thu Oct 11 11:23:05 2018 +0200
flatpak: OpenCV: Strip down to what we actually need
flatpak/org.gnome.Shotwell.json | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Shotwell.json b/flatpak/org.gnome.Shotwell.json
index 3c74e067..5e442944 100644
--- a/flatpak/org.gnome.Shotwell.json
+++ b/flatpak/org.gnome.Shotwell.json
@@ -192,8 +192,13 @@
"-DWITH_FFMPEG=OFF",
"-DWITH_GTK=OFF",
"-DWITH_GSTREAMER=OFF",
+ "-DWITH_JASPER=OFF",
+ "-DWITH_OPENEXR=OFF",
+ "-DWITH_GDAL=OFF",
+ "-DWITH_GDCM=OFF",
"-DBUILD_opencv_apps=OFF",
- "-DCMAKE_INSTALL_LIBDIR=lib"
+ "-DCMAKE_INSTALL_LIBDIR=lib",
+ "-DBUILD_LIST=imgproc,imgcodecs,objdetect,dnn"
],
"sources" : [
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]