From e21c89917f963c1f68be8d69b03d21c22d4adffc Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 5 Dec 2025 14:20:49 +0200 Subject: [PATCH] Rebuild without libssp and enable documentation --- pkg.info | 2 +- source.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index b9737af..e539645 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: flatpak description: Linux application sandboxing and distribution framework version: 1.16.1 -revision: 6 +revision: 7 url: https://flatpak.org/ license: LGPL2.1-or-later architecture: any diff --git a/source.sh b/source.sh index a096a17..b0ad865 100644 --- a/source.sh +++ b/source.sh @@ -13,7 +13,7 @@ build() { -Dselinux_module=disabled \ -Dsystem_bubblewrap=bwrap \ -Dsystem_dbus_proxy=xdg-dbus-proxy \ - -Dgtkdoc=disabled \ + -Dgtkdoc=enabled \ -Dtests=false \ build meson compile -C build