Codebase list xdg-desktop-portal / 5c2bf3b
rewrite-launchers: Provide backported g_string_replace() This fixes compilation on Debian 11. Signed-off-by: Simon McVittie <smcv@collabora.com> Simon McVittie authored 2 years ago Georges Basile Stavracas Neto committed 2 years ago
2 changed file(s) with 6 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
186186 xdg_desktop_portal_validate_icon_CFLAGS = $(GDK_PIXBUF_CFLAGS) -DHELPER=\"$(BWRAP)\" -D_GNU_SOURCE=1
187187
188188 xdg_desktop_portal_rewrite_launchers_SOURCES = src/rewrite-launchers.c
189 nodist_xdg_desktop_portal_rewrite_launchers_SOURCES = src/dynamic-launcher.h
189 nodist_xdg_desktop_portal_rewrite_launchers_SOURCES = \
190 src/dynamic-launcher.h \
191 src/glib-backports.c \
192 src/glib-backports.h \
193 $(NULL)
190194 xdg_desktop_portal_rewrite_launchers_LDADD = $(BASE_LIBS)
191195 xdg_desktop_portal_rewrite_launchers_CFLAGS = $(BASE_CFLAGS)
2525 #include <gio/gdesktopappinfo.h>
2626
2727 #include "dynamic-launcher.h"
28 #include "xdp-utils.h"
2829
2930 static char *
3031 find_renamed_app_id (const char *old_app_id)