From 751b7f3d84515715d07d92a5aed78062bd39adff Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 3 May 2022 19:59:53 +0100 Subject: added extra files --- extra/babl/meson-0.60.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 extra/babl/meson-0.60.patch (limited to 'extra/babl') diff --git a/extra/babl/meson-0.60.patch b/extra/babl/meson-0.60.patch new file mode 100644 index 0000000..5ac3862 --- /dev/null +++ b/extra/babl/meson-0.60.patch @@ -0,0 +1,12 @@ +--- a/meson.build ++++ b/meson.build +@@ -55,8 +55,7 @@ + stability_version_number = (major_version != 0 ? minor_version : micro_version) + stable = (stability_version_number % 2 == 0) + +-conf.set10('BABL_UNSTABLE', not stable, Description: +- 'Define to 1 if this is an unstable version of BABL.') ++conf.set10('BABL_UNSTABLE', not stable) + + conf.set ('BABL_MAJOR_VERSION', '@0@'.format(major_version)) + conf.set ('BABL_MINOR_VERSION', '@0@'.format(minor_version)) -- cgit v1.2.1