Fix flatpak module build
This commit is contained in:
parent
89a86276e6
commit
b3dd0f68a1
@ -84,6 +84,10 @@ emulator library.
|
||||
%prep
|
||||
%setup -q -n vte-%{version}
|
||||
%patch100 -p1 -b .cntnr-precmd-preexec-scroll
|
||||
%if 0%{?flatpak}
|
||||
# Install user units where systemd macros expect them
|
||||
sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
|
||||
%endif
|
||||
|
||||
%build
|
||||
# Avoid overriding vte's own -fno-exceptions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user