< prev index next >

make/gensrc/Gensrc-java.desktop.gmk

Print this page

        

@@ -28,14 +28,14 @@
 # Hook to include the corresponding custom file, if present.
 $(eval $(call IncludeCustomExtension, gensrc/Gensrc-java.desktop.gmk))
 
 ifneq ($(OPENJDK_TARGET_OS), windows)
   include GensrcIcons.gmk
+endif
 
-  ifneq ($(OPENJDK_TARGET_OS), macosx)
+ifneq ($(filter $(OPENJDK_TARGET_OS), linux solaris aix), )
     include GensrcX11Wrappers.gmk
-  endif
 endif
 
 include GensrcSwing.gmk
 
 ################################################################################
< prev index next >