make/gensrc/Gensrc-java.desktop.gmk
changeset 49133 a5b237cfccef
parent 48511 d41a61e52a84
child 50480 544cb09baada
--- a/make/gensrc/Gensrc-java.desktop.gmk	Tue Mar 06 00:56:03 2018 +0100
+++ b/make/gensrc/Gensrc-java.desktop.gmk	Tue Mar 06 00:59:49 2018 +0100
@@ -30,10 +30,10 @@
 
 ifneq ($(OPENJDK_TARGET_OS), windows)
   include GensrcIcons.gmk
+endif
 
-  ifneq ($(OPENJDK_TARGET_OS), macosx)
-    include GensrcX11Wrappers.gmk
-  endif
+ifneq ($(filter $(OPENJDK_TARGET_OS), linux solaris aix), )
+  include GensrcX11Wrappers.gmk
 endif
 
 include GensrcSwing.gmk