From 2693f493c9d05cfa33f9c025ae6d9c1a6921d7ad Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Tue, 24 Jun 2014 12:41:26 +0200 Subject: [PATCH] Added load entry to plugin config. --- src/modules/greeting/module.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/greeting/module.conf b/src/modules/greeting/module.conf index cdbb8b2db..f4f0a8f80 100644 --- a/src/modules/greeting/module.conf +++ b/src/modules/greeting/module.conf @@ -7,3 +7,4 @@ interface: "qtplugin" #can be: qtplugin, python, process, ... requires: [] #list of module names that must also be loaded. only applies to #binary plugins! these are actual link-time dependencies, not #conceptual dependencies for the setup procedure +load: "libcalamares_viewmodule_greeting.so"