[Facades] Don't build System.Drawing.Primitives.dll by default for monotouch_watch...
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 25 Nov 2016 19:48:36 +0000 (20:48 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 25 Nov 2016 19:49:45 +0000 (20:49 +0100)
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.

mcs/class/Facades/subdirs.make

index 9f06109a69e21907e73df0da49f80b8722eedf53..10a0c81d51cc9b07508e4855571104ede11afaca 100644 (file)
@@ -58,7 +58,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)