mirror of
https://github.com/schnitzeltony/meta-gnome-forks.git
synced 2026-01-29 17:08:42 +01:00
caribou is required for cinnamom-screensaver and we should get rid of it as soon as cinnomon turns into usable state. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
32 lines
944 B
Diff
32 lines
944 B
Diff
From 28984a9b5633ef8c34764efb3fb45819c3a8a52c Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
|
Date: Tue, 26 Apr 2022 22:18:33 +0200
|
|
Subject: [PATCH] Add a dummy --enable-introspection - our environment assumes
|
|
it supported
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
|
---
|
|
configure.ac | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 3959dca..c0cff13 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -128,6 +128,9 @@ IT_PROG_INTLTOOL([0.35.0])
|
|
|
|
dnl == GObject introspection ==
|
|
GOBJECT_INTROSPECTION_REQUIRE([0.10.7])
|
|
+AC_ARG_ENABLE([introspection],
|
|
+ AS_HELP_STRING([--enable-introspection],[Dummy enable introspection]),
|
|
+ [enable_foo=$enableval], [enable_foo=no])
|
|
|
|
dnl == Documentation ==
|
|
AC_ARG_ENABLE([docs],
|
|
--
|
|
2.34.1
|
|
|