summaryrefslogtreecommitdiff
path: root/app/flatpak-builtins-list.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-04-06 20:39:56 +0100
committerAlexander Larsson <alexander.larsson@gmail.com>2022-04-11 10:32:34 +0200
commitc68f31d86a7319ec67898368bb9851bd78486553 (patch)
tree91ef2de5c65b7058ca75f31be2adf8e9265a1345 /app/flatpak-builtins-list.c
parent03f11864b939733e5b886ebb5c3ac45d669029d2 (diff)
downloadflatpak-c68f31d86a7319ec67898368bb9851bd78486553.tar.gz
build: Consistently include libglnx header as "libglnx.h"
Recent Meson versions have warnings if you add the subprojects directory as an include path, because the way Meson wants to consume subprojects is by the subproject's build system producing a Meson dependency object that encapsulates its include directory. Flatpak doesn't have a Meson build system yet, but I'm working on that. libglnx seems to be set up to have the libglnx directory be its include path instead: for example, ostree (by the author of libglnx) already uses "libglnx.h" or <libglnx.h> everywhere. Do the same here. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'app/flatpak-builtins-list.c')
-rw-r--r--app/flatpak-builtins-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/flatpak-builtins-list.c b/app/flatpak-builtins-list.c
index 273c5649..fe5c3213 100644
--- a/app/flatpak-builtins-list.c
+++ b/app/flatpak-builtins-list.c
@@ -27,7 +27,7 @@
#include <glib/gi18n.h>
-#include "libglnx/libglnx.h"
+#include "libglnx.h"
#include "flatpak-builtins.h"
#include "flatpak-builtins-utils.h"