summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-04-17 13:26:57 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-04-17 13:26:57 +0200
commite33a38a54201ec40fd3b25b37cdf3db36cc9689e (patch)
tree669f6d14ad0fe2d1d460d15d08ff417af4b25778 /Makefile
parent5138ccc1ce2708f4db5ca274c4d6696f64901e35 (diff)
downloadvdr-e33a38a54201ec40fd3b25b37cdf3db36cc9689e.tar.gz
vdr-e33a38a54201ec40fd3b25b37cdf3db36cc9689e.tar.bz2
Now using pkg-config to get fribidi cflags and libs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e84849bf..30a72b8c 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 2.14 2011/02/27 09:59:11 kls Exp $
+# $Id: Makefile 2.15 2011/04/17 13:26:02 kls Exp $
.DELETE_ON_ERROR:
@@ -54,9 +54,9 @@ ifdef VDR_USER
DEFINES += -DVDR_USER=\"$(VDR_USER)\"
endif
ifdef BIDI
-INCLUDES += -I/usr/include/fribidi
+INCLUDES += $(shell pkg-config --cflags fribidi)
DEFINES += -DBIDI
-LIBS += -lfribidi
+LIBS += $(shell pkg-config --libs fribidi)
endif
LIRC_DEVICE ?= /dev/lircd