-
Simon McVittie authored
This allows them to evolve in lockstep, without having to wait for a steam-runtime-tools release before using new things in pressure-vessel. Signed-off-by:
Simon McVittie <smcv@collabora.com>
Simon McVittie authoredThis allows them to evolve in lockstep, without having to wait for a steam-runtime-tools release before using new things in pressure-vessel. Signed-off-by:
Simon McVittie <smcv@collabora.com>
config.h.in 289 B
#define _GNU_SOURCE 1
#mesondefine VERSION
/* Allow using stuff from Flatpak with minimal modifications */
#define FLATPAK_EXTERN extern
#define _(s) s
#define C_(context, s) s
#define N_(s) s
#define NC_(s) s
#define Q_(s) g_strip_context (s, s)
#include "subprojects/libglnx/config.h"