From 1ff38cdf6aeb957ac7eea2bebbb148df699d6d1a Mon Sep 17 00:00:00 2001 From: Corey Berla Date: Mon, 11 Jul 2022 09:11:24 -0700 Subject: [PATCH] flatpak: Remove benchmarks build option for graphene benchmarks was removed in https://github.com/ebassi/graphene/commit/419edb99f0a314f51157b04d645cd24a959598d2 --- build-aux/flatpak/org.gtk.Demo4.json | 3 +-- build-aux/flatpak/org.gtk.IconBrowser4.json | 3 +-- build-aux/flatpak/org.gtk.WidgetFactory4.json | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json index 2e5359ed2a..be40daeb55 100644 --- a/build-aux/flatpak/org.gtk.Demo4.json +++ b/build-aux/flatpak/org.gtk.Demo4.json @@ -54,8 +54,7 @@ "builddir" : true, "config-opts" : [ "--libdir=/app/lib", - "-Dtests=false", - "-Dbenchmarks=false" + "-Dtests=false" ], "sources" : [ { diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json index fe11db5596..00cdf9f110 100644 --- a/build-aux/flatpak/org.gtk.IconBrowser4.json +++ b/build-aux/flatpak/org.gtk.IconBrowser4.json @@ -54,8 +54,7 @@ "builddir" : true, "config-opts" : [ "--libdir=/app/lib", - "-Dtests=false", - "-Dbenchmarks=false" + "-Dtests=false" ], "sources" : [ { diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json index b62825effa..cdca2010ee 100644 --- a/build-aux/flatpak/org.gtk.WidgetFactory4.json +++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json @@ -54,8 +54,7 @@ "builddir" : true, "config-opts" : [ "--libdir=/app/lib", - "-Dtests=false", - "-Dbenchmarks=false" + "-Dtests=false" ], "sources" : [ {