This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository e16.

View the commit online.

commit 29f349484782f45c5f447ef2ddf45475bc84b7a4
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Fri Jul 28 19:43:29 2023 +0200

    config: Drop -include when preparsing
    
    epp appears to ignore it.
---
 src/config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/config.c b/src/config.c
index fde8d3ba..91646b98 100644
--- a/src/config.c
+++ b/src/config.c
@@ -240,7 +240,7 @@ ConfigFilePreparse(const char *src, const char *dst, const char *themepath)
    variant = (Mode.theme.variant) ? Mode.theme.variant : "";
 
    Esystem("%s/epp -P -nostdinc -undef "
-	   "-include %s/config/definitions -I%s -I%s/config "
+	   "-I%s -I%s/config "
 	   "-D ENLIGHTENMENT_VERSION=%s "
 	   "-D ENLIGHTENMENT_ROOT=%s "
 	   "-D ENLIGHTENMENT_BIN=%s "
@@ -253,7 +253,7 @@ ConfigFilePreparse(const char *src, const char *dst, const char *themepath)
 	   "-D SCREEN_HEIGHT_%i=1 "
 	   "-D SCREEN_DEPTH_%i=1 "
 	   "%s %s",
-	   EDirBin(), EDirRoot(), themepath, EDirRoot(),
+	   EDirBin(), themepath, EDirRoot(),
 	   e_wm_version, EDirRoot(), EDirBin(), themepath, variant,
 	   EDirUserConf(), EDirUserCache(),
 	   WinGetW(VROOT), WinGetH(VROOT), WinGetW(VROOT), WinGetH(VROOT),

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to