flatpak: fix setting environment variables on gdm

This commit is contained in:
oreo639 2022-09-13 11:28:55 -07:00 committed by Michal Vasilek
parent fb34aecfeb
commit d217708ee8

View file

@ -1,7 +1,7 @@
# Template file for 'flatpak'
pkgname=flatpak
version=1.14.0
revision=1
revision=2
build_style=gnu-configure
build_helper="gir"
configure_args="
@ -9,6 +9,7 @@ configure_args="
--with-system-dbus-proxy
--with-system-helper-user=_flatpak
--enable-selinux-module=no
--enable-gdm-env-file
$(vopt_enable gir introspection)"
hostmakedepends="bubblewrap gettext glib-devel libxslt pkg-config bison
python3-parsing xmlto docbook-xml docbook-xsl xdg-dbus-proxy"