summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2022-07-11 09:11:24 -0700
committerCorey Berla <corey@berla.me>2022-07-11 09:11:24 -0700
commit1ff38cdf6aeb957ac7eea2bebbb148df699d6d1a (patch)
tree7b7925046591b66d868b93fcdf7a6389d899e339
parent4147dd218de200840b1f0b6c1d0bc8b2ea8206ae (diff)
downloadgtk+-1ff38cdf6aeb957ac7eea2bebbb148df699d6d1a.tar.gz
flatpak: Remove benchmarks build option for graphene
benchmarks was removed in https://github.com/ebassi/graphene/commit/419edb99f0a314f51157b04d645cd24a959598d2
-rw-r--r--build-aux/flatpak/org.gtk.Demo4.json3
-rw-r--r--build-aux/flatpak/org.gtk.IconBrowser4.json3
-rw-r--r--build-aux/flatpak/org.gtk.WidgetFactory4.json3
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" : [
{