mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Added support for systemd
This commit is contained in:
7
Makefile
7
Makefile
@@ -4,7 +4,7 @@
|
||||
# See the main source file 'vdr.c' for copyright information and
|
||||
# how to reach the author.
|
||||
#
|
||||
# $Id: Makefile 3.1 2013/05/23 10:10:00 kls Exp $
|
||||
# $Id: Makefile 3.2 2014/03/16 12:47:35 kls Exp $
|
||||
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
@@ -93,6 +93,11 @@ INCLUDES += $(shell pkg-config --cflags fribidi)
|
||||
DEFINES += -DBIDI
|
||||
LIBS += $(shell pkg-config --libs fribidi)
|
||||
endif
|
||||
ifdef SDNOTIFY
|
||||
INCLUDES += $(shell pkg-config --cflags libsystemd-daemon)
|
||||
DEFINES += -DSDNOTIFY
|
||||
LIBS += $(shell pkg-config --libs libsystemd-daemon)
|
||||
endif
|
||||
|
||||
LIRC_DEVICE ?= /var/run/lirc/lircd
|
||||
|
||||
|
Reference in New Issue
Block a user