jdk/make/launchers/Makefile.launcher
changeset 12280 7e17a63793ca
parent 12047 320a714614e9
child 12427 116544b5a04c
equal deleted inserted replaced
12279:a88bb2d86435 12280:7e17a63793ca
   153 endif
   153 endif
   154 
   154 
   155 # GUI tools
   155 # GUI tools
   156 ifeq ($(GUI_TOOL),true)
   156 ifeq ($(GUI_TOOL),true)
   157   ifneq ($(PLATFORM), windows)
   157   ifneq ($(PLATFORM), windows)
   158     # Anything with a GUI needs X11 to be linked in.
   158     ifneq ($(PLATFORM), macosx)
   159     OTHER_LDLIBS += -L$(OPENWIN_LIB) -lX11
   159       # Anything with a GUI needs X11 to be linked in.
       
   160       OTHER_LDLIBS += -L$(OPENWIN_LIB) -lX11
       
   161     endif
   160   endif
   162   endif
   161 endif
   163 endif
   162 
   164 
   163 # SA tools need special app classpath
   165 # SA tools need special app classpath
   164 ifeq ($(SA_TOOL),true)
   166 ifeq ($(SA_TOOL),true)