diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-15 12:41:49 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-15 13:42:36 +0200 |
commit | 6078d32763dc4441ce6e4772776a60b3c16688e5 (patch) | |
tree | 951480e24fb44d957d7a96d2e79dfd20ef665427 /shell | |
parent | 997d71cdd00e8fafd36b776ab3f0a4806f74e3e8 (diff) |
autoinstall more common libraries
Change-Id: I293cca130137f35b6ff29925228284ced3d9b1b7
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Module_shell.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk index 0b4629935547..8fcd4b40739b 100644 --- a/shell/Module_shell.mk +++ b/shell/Module_shell.mk @@ -28,7 +28,7 @@ $(eval $(call gb_Module_Module,shell)) $(eval $(call gb_Module_add_targets,shell,\ - Library_desktopbe \ + $(if $(filter-out MACOSX WNT,$(OS)),Library_desktopbe) \ Library_localebe \ )) |