Skip to content

Commit

Permalink
Fixed LDFLAGS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ydamigos committed Nov 5, 2013
1 parent 9d64dec commit 480ab41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-graphics/slim/slim/Makefile.oe
Expand Up @@ -2,7 +2,7 @@
#######################################################


SLIMLDFLAGS=-lXft -lX11 -lfreetype -lXrender -lfontconfig -lpng12 -lz -lm -lcrypt -lXmu -lpng -ljpeg -lrt -lpthread
SLIMLDFLAGS=-lXft -lX11 -lfreetype -lXrender -lfontconfig -lpng16 -lz -lm -lcrypt -lXmu -lpng -ljpeg -lrt -lpthread
CUSTOM=-DHAVE_SHADOW

USE_PAM=1
Expand Down

0 comments on commit 480ab41

Please sign in to comment.