From dc1aad31b088ebb403448df174ff6e8739b78980 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 8 Feb 2021 02:13:24 +0100 Subject: [PATCH] Register a missing dependency --- src/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project.conf b/src/project.conf index 20a0349..aa7469e 100644 --- a/src/project.conf +++ b/src/project.conf @@ -29,7 +29,7 @@ depends=../include/Panel.h,panel.h,../config.h depends=panel.h,window.h,../include/Panel.h,helper.c,../config.h [window.c] -depends=../include/Panel.h,panel.h,window.h +depends=../include/Panel.h,panel.h,window.h,../config.h [panelctl] type=binary