Added --enable-bridge-hotkey for rawhide
This commit is contained in:
parent
804fbed7cb
commit
2ff6178f73
10
ibus.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user