Commit 90997234 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Do not needlessly link against libX11 and libfreetype

parent 3cc2c50b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ git HEAD
      every 10 thumbnails by default - can be changed with this option)
    * Because of that: Major speed improvements for --thumbnails, especially
      with cached thumbnails
    * Do not link against Xext and freetype, they're only used by other libs

Thu May  6 08:34:39 CEST 2010  Daniel Friesel <derf@chaosdorf.de>

+1 −2
Original line number Diff line number Diff line
@@ -32,5 +32,4 @@ dmalloc = -DWITH_DMALLOC
CFLAGS += ${xinerama} -DPREFIX=\"${PREFIX}\" \
	-DPACKAGE=\"${PACKAGE}\" -DVERSION=\"${VERSION}\"

LDFLAGS += -lpng -lX11 -lImlib2 -lfreetype -lXext -lgiblib \
	${xinerama_ld}
LDFLAGS += -lpng -lX11 -lImlib2 -lgiblib ${xinerama_ld}