Kaydet (Commit) ee394463 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Why would we need GNOME and KDE scripts on OS X?

Also, the senddoc script seems fairly AIX/Linux/X11-specific.

Change-Id: I06c417df3256204d2b8b29b3978f89b00c15f6f0
üst e0e2f4c9
......@@ -101,9 +101,10 @@ ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP)
$(eval $(call gb_Module_add_targets,shell,\
Executable_lngconvex \
Library_syssh \
StaticLibrary_xmlparser \
))
ifneq ($(OS),WNT)
ifneq ($(filter-out MACOSX WNT,$(OS)),)
$(eval $(call gb_Module_add_targets,shell,\
Executable_gnome_open_url \
......@@ -113,14 +114,11 @@ $(eval $(call gb_Module_add_targets,shell,\
Package_scripts_gnome \
Package_scripts_kde \
Package_senddoc \
StaticLibrary_xmlparser \
))
ifneq ($(filter-out MACOSX IOS ANDROID,$(OS)),)
$(eval $(call gb_Module_add_targets,shell,\
Library_recentfile \
))
endif
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment