Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-11-25 22:48:36 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-11-25 22:51:14 +0300
commit902b4a903ddb911613cacc4bac35edf449699d13 (patch)
treee888d49e5343cff1c60e4240dd5603d9c8d2249b
parentaa07a3cd80dd4563f82be2f575a5832d73baa527 (diff)
[Facades] Don't build System.Drawing.Primitives.dll by default for monotouch_watch profilemono-4.8.0.371
It needs special logic like the other monotouch profiles in the products since we don't have a System.Drawing assembly/types for these profiles in Mono and don't embed the types in the facade anymore after 1074fe91bd9b33a84040cc9d0d5da42079633d2a. (cherry picked from commit 1562fc6fe5618823cc4051852545dff2c49d2ac5)
-rw-r--r--mcs/class/Facades/subdirs.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Facades/subdirs.make b/mcs/class/Facades/subdirs.make
index 7c6c5d092f1..3ec7fe163f1 100644
--- a/mcs/class/Facades/subdirs.make
+++ b/mcs/class/Facades/subdirs.make
@@ -52,7 +52,7 @@ xammac_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS)
xammac_net_4_5_SUBDIRS = $(net_4_x_SUBDIRS)
xammac_net_4_5_PARALLEL_SUBDIRS = $(net_4_x_PARALLEL_SUBDIRS)
-monotouch_watch_SUBDIRS = $(monotouch_SUBDIRS) $(drawing_DEPS_SUBDIRS)
+monotouch_watch_SUBDIRS = $(monotouch_SUBDIRS)
monotouch_watch_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS)
monotouch_tv_SUBDIRS = $(monotouch_SUBDIRS)