[gtk: 2/4] flatpak: Remove benchmarks build option for graphene




commit 1ff38cdf6aeb957ac7eea2bebbb148df699d6d1a
Author: Corey Berla <corey berla me>
Date:   Mon Jul 11 09:11:24 2022 -0700

    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" : [
                 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]