From 20b8fbe604a914fc7402547db22293ded975bcff Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 22 Aug 2022 12:02:48 -0700 Subject: [PATCH] config: add APP_ID and APP_ID_S to config.h --- config.h.meson | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.h.meson b/config.h.meson index a84a9268..34be5f6a 100644 --- a/config.h.meson +++ b/config.h.meson @@ -1,5 +1,9 @@ #mesondefine API_VERSION_S +#mesondefine APP_ID + +#mesondefine APP_ID_S + #mesondefine DEBUGDIR #mesondefine DEVELOPMENT_BUILD