summaryrefslogtreecommitdiffstats
path: root/graphics-libs/babl/patches/0001-Fix-build-error-with-meson-0.62.2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs/babl/patches/0001-Fix-build-error-with-meson-0.62.2.patch')
-rw-r--r--graphics-libs/babl/patches/0001-Fix-build-error-with-meson-0.62.2.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/graphics-libs/babl/patches/0001-Fix-build-error-with-meson-0.62.2.patch b/graphics-libs/babl/patches/0001-Fix-build-error-with-meson-0.62.2.patch
deleted file mode 100644
index 8df6e05748..0000000000
--- a/graphics-libs/babl/patches/0001-Fix-build-error-with-meson-0.62.2.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 253a77cdb7e2f3fac199a9d738fabc433d553b85 Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <bwlf@bandrate.org>
-Date: Mon, 13 Jun 2022 20:34:40 +0200
-Subject: [PATCH] Fix build error with meson 0.62.2
-
----
- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 487e470..2623e93 100644
---- a/meson.build
-+++ b/meson.build
-@@ -55,7 +55,7 @@ lib_name = meson.project_name() + '-' + api_version
- stability_version_number = (major_version != 0 ? minor_version : micro_version)
- stable = (stability_version_number % 2 == 0)
-
--conf.set10('BABL_UNSTABLE', not stable, Description:
-+conf.set10('BABL_UNSTABLE', not stable, description:
- 'Define to 1 if this is an unstable version of BABL.')
-
- conf.set ('BABL_MAJOR_VERSION', '@0@'.format(major_version))
---
-2.36.1
-