aboutsummaryrefslogtreecommitdiffstats
path: root/community/babl/meson-0.60.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/babl/meson-0.60.patch')
-rw-r--r--community/babl/meson-0.60.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/babl/meson-0.60.patch b/community/babl/meson-0.60.patch
deleted file mode 100644
index 5ac3862f8f5..00000000000
--- a/community/babl/meson-0.60.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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))