diff options
author | Joakim Plate <elupus@xbmc.org> | 2012-07-08 02:13:59 +0200 |
---|---|---|
committer | Joakim Plate <elupus@ecce.se> | 2012-07-08 14:33:21 +0200 |
commit | 2e490dc437301b77bd0db87d6e6ed87768f0963a (patch) | |
tree | a13885edad9399ca51c8300419fe040cbe289496 /Makefile.in | |
parent | 3dc35f648156f1c642f7d6126384602122d3e055 (diff) |
[xrandr] update xbmc-xrandr.c base code
Supports selection of CRTC's in a better way
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ae6f5d4428..9494584b3b 100755 --- a/Makefile.in +++ b/Makefile.in @@ -370,7 +370,7 @@ ifneq (1,@USE_XRANDR@) # xbmc-xrandr.c gets picked up by the default make rules @echo "excluding xbmc-xrandr" else - $(SILENT_LD) $(CC) $(CFLAGS) $(LDFLAGS) -o xbmc-xrandr xbmc-xrandr.c -lXrandr -lX11 + $(SILENT_LD) $(CC) $(CFLAGS) $(LDFLAGS) -o xbmc-xrandr xbmc-xrandr.c -lXrandr -lX11 -lm endif tools/XBMCTex/XBMCTex: |