Hi Erik, I havn't tested this until now, but from a first look it seems a little weird to me that you still use $(OPENWIN_HOME) in Awt2dLibraries.gmk:
LIBSPLASHSCREEN_CFLAGS += -DWITH_X11 $(X_CFLAGS) -I$(OPENWIN_HOME)/include/X11/extensions especially after you've removed the logic that probed for it. Regards, Volker On Tue, Oct 22, 2013 at 3:28 PM, Erik Joelsson <[email protected]> wrote: > This patch removes the last reference to OPENWIN on linux. All other libs > were already converted to using X_LIBS and X_CFLAGS instead of OPENWIN_HOME > on linux, but libsplashscreen was still using OPENWIN. I also removed the > logic in configure that probed for it. > > Bug: https://bugs.openjdk.java.net/browse/JDK-8026888 > > Webrev: http://cr.openjdk.java.net/~erikj/8026888/webrev.01/ > > /Erik
