Blame calligra-2.9.11-disable_products.patch

Rex Dieter 76290d6
diff -up calligra-2.9.11/CMakeLists.txt.disable_products calligra-2.9.11/CMakeLists.txt
Rex Dieter 76290d6
--- calligra-2.9.11/CMakeLists.txt.disable_products	2016-02-02 13:53:13.000000000 -0600
Rex Dieter 76290d6
+++ calligra-2.9.11/CMakeLists.txt	2016-10-09 22:30:40.945817014 -0500
Rex Dieter 76290d6
@@ -974,6 +974,12 @@ calligra_drop_products_on_old_flag(words
28bd7a9
 # by calling calligra_disable_product with the product id and the reason,
28bd7a9
 # e.g.:
28bd7a9
 # calligra_disable_product(APP_KEXI "isn't buildable at the moment")
28bd7a9
+calligra_disable_product(FILTER_MPXJ_IMPORT "missing runtime deps")
28bd7a9
+calligra_disable_product(APP_ACTIVE "not wanted")
28bd7a9
+calligra_disable_product(APP_CSTESTER "not wanted")
28bd7a9
+calligra_disable_product(APP_DEVTOOLS "not wanted")
28bd7a9
+calligra_disable_product(APP_GEMINI "not wanted")
Rex Dieter 76290d6
+calligra_disable_product(APP_KRITA "not wanted")
28bd7a9
 
28bd7a9
 #############################################
28bd7a9
 ####     Calculate buildable products    ####