summaryrefslogtreecommitdiff
path: root/document-portal
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-10-01 21:23:23 +0200
committerAlexander Larsson <alexl@redhat.com>2015-10-01 21:23:23 +0200
commit208eb7b1aa3d7cc781baae7aba5d5aa2184a9764 (patch)
tree1ab2f60d7b98552380562281c854b04317f2a639 /document-portal
parenteedbeab9d06675aed8bc885dbf4a87e19cab730b (diff)
downloadxdg-app-208eb7b1aa3d7cc781baae7aba5d5aa2184a9764.tar.gz
Propagate Xauthority details to the sandbox if X11 is enabled
Some xservers out there (like xorg 1.17.1) have a broken server interpreted local xauth, which causes apps to fail to connect to the xserver. This fixes that by propagating Xauthority data such as the MIT-MAGIC-COOKIE-1.
Diffstat (limited to 'document-portal')
-rw-r--r--document-portal/Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/document-portal/Makefile.am.inc b/document-portal/Makefile.am.inc
index 13ef3bf..c8ad995 100644
--- a/document-portal/Makefile.am.inc
+++ b/document-portal/Makefile.am.inc
@@ -42,4 +42,4 @@ xdg_document_portal_SOURCES = \
$(NULL)
xdg_document_portal_LDADD = $(BASE_LIBS) $(FUSE_LIBS) libxdgapp.la
-xdg_document_portal_CFLAGS = $(BASE_CFLAGS) $(OSTREE_CFLAGS) $(SOUP_CFLAGS) $(FUSE_CFLAGS) -I$(srcdir)/document-portal -I$(builddir)/document-portal
+xdg_document_portal_CFLAGS = $(BASE_CFLAGS) $(OSTREE_CFLAGS) $(SOUP_CFLAGS) $(XAUTH_LIBS) $(FUSE_CFLAGS) -I$(srcdir)/document-portal -I$(builddir)/document-portal