public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Added --enable-bridge-hotkey for rawhide
@ 2026-05-31 2:05 Takao Fujiwara
0 siblings, 0 replies; only message in thread
From: Takao Fujiwara @ 2026-05-31 2:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 2ff6178f738efb7ec3f008b9249a7dbadf460404
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2011-07-20T19:37:35+09:00
Stats : +10/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/2ff6178f738efb7ec3f008b9249a7dbadf460404?branch=autotool
Log:
Added --enable-bridge-hotkey for rawhide
---
diff --git a/ibus.spec b/ibus.spec
index b3beb20..af1529d 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -4,6 +4,13 @@
%define have_libxkbfile 1
%define have_gjsfile 1
+
+%if 0%{?fedora} > 15
+%define have_bridge_hotkey 1
+%else
+%define have_bridge_hotkey 0
+%endif
+
%define ibus_api_version 1.0
%define glib_ver %([ -a %{_libdir}/pkgconfig/glib-2.0.pc ] && pkg-config --modversion glib-2.0 | cut -d. -f 1,2 || echo -n "999")
@@ -197,6 +204,9 @@ automake -a -c -f
--disable-gtk-doc \
--with-no-snooper-apps='gnome-do,Do.*,firefox.*,.*chrome.*,.*chromium.*' \
--enable-surrounding-text \
+%if %have_bridge_hotkey
+ --enable-bridge-hotkey \
+%endif
--enable-introspection
# make -C po update-gmo
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 2:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 2:05 [rpms/ibus] autotool: Added --enable-bridge-hotkey for rawhide Takao Fujiwara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox