blob: eaa22faa82a6d3c45048957d1ac5b3d5f131ac82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# User defined Makefile options for the uactivity plugin
#
# Copy this file to 'Make.config' and change the parameters as necessary.
#
# The shell command used
PLUGIN_UACTIVITY_COMMAND?=vdr-uactivity -r %1$$s -o %2$$s -v %3$$s -C %4$$s -c %5$$s -R %6$$s
# Set to supress the install of the shell script package
#PLUGIN_UACTIVITY_NOINSTALL_BIN=true
|