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