From a3db3ba6444cf661510c459c3e41fe421ac289c4 Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Thu, 9 Dec 2021 14:05:42 +0000 Subject: [PATCH] force fallback for libadwaita --- arch/PKGBUILD.in | 1 + debian/rules.in | 1 + rpm/zrythm.spec.in | 1 + 3 files changed, 3 insertions(+) diff --git a/arch/PKGBUILD.in b/arch/PKGBUILD.in index 6d311b1..8f6147a 100644 --- a/arch/PKGBUILD.in +++ b/arch/PKGBUILD.in @@ -51,6 +51,7 @@ build() { -Drtmidi=enabled -Dcarla=enabled \ -Dlsp_dsp=enabled -Dstatic_lsp_dsp=true \ -Dfallback_version=@ZRYTHM_PKG_SEMVER_VERSION@ \ + -Dforce_fallback_for=libadwaita \ -Dtrial_ver=@TRIAL_TRUE_FALSE@ \ -Dcheck_updates=true \ -Dinstaller_ver=true \ diff --git a/debian/rules.in b/debian/rules.in index 41a41da..39e6b1c 100644 --- a/debian/rules.in +++ b/debian/rules.in @@ -31,6 +31,7 @@ override_dh_auto_configure: -Dbuildtype=debugoptimized -Dlsp_dsp=enabled \ -Dstatic_lsp_dsp=true -Dsdl=enabled \ -Dfallback_version=@ZRYTHM_PKG_SEMVER_VERSION@ \ + -Dforce_fallback_for=libadwaita \ -Drtaudio=auto -Drtmidi=auto -Dguile=enabled \ -Dcarla=enabled -Dgraphviz=enabled \ -Dtrial_ver=@TRIAL_TRUE_FALSE@ \ diff --git a/rpm/zrythm.spec.in b/rpm/zrythm.spec.in index bcc5a22..60b755c 100644 --- a/rpm/zrythm.spec.in +++ b/rpm/zrythm.spec.in @@ -123,6 +123,7 @@ PKG_CONFIG_PATH=@LIBRARY_PKG_CONFIG_PATH@:@CARLA_PKG_CONFIG_PATH@ \ -Dtrial_ver=@TRIAL_TRUE_FALSE@ -Dcarla=enabled \ -Dgraphviz=enabled -Dlsp_dsp=enabled \ -Dstatic_lsp_dsp=true -Dfallback_version=@ZRYTHM_PKG_SEMVER_VERSION@ \ + -Dforce_fallback_for=libadwaita \ -Dextra_debug_info=true \ -Dcheck_updates=true \ -Dinstaller_ver=true \