diff options
-rwxr-xr-x | configure | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.11 2008-11-12 10:53:40 rofafor Exp $ +# * $Id: configure,v 1.12 2008-11-18 00:04:06 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -358,6 +358,9 @@ fi check_deps +# need -lm for ceil/floor in HUD OSD +enabled xrender && add_flags "LIBS_X11" "-lm" + # # Print results # |