From 19e23268c7a0e1548672de1c4adc185726315b1f Mon Sep 17 00:00:00 2001 From: "Philipp Lohmann [pl]" Date: Thu, 3 Dec 2009 14:19:56 +0100 Subject: d2v02: #161005# use X11 link dependency only where really required --- desktop/util/makefile.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'desktop') diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index 05f129b3c5fc..09d344ae1d95 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -119,12 +119,6 @@ APP1STDLIBS = \ $(VOSLIB) -.IF "$(GUI)" == "UNX" -.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD" -APP1STDLIBS+= -lXext -.ENDIF -.ENDIF - APP1DEPN= $(APP1RES) verinfo.rc .IF "$(GUI)" == "WNT" -- cgit