klausz65
2023-02-06 b060b4214ba6452b4cc6a37f0eedff25d5d99f6d
make inputmethod-ibus work w. 64bit glib2 commands

1 files modified
5 ■■■■■ changed files
components/inputmethod/ibus/Makefile 5 ●●●●● patch | view | raw | blame | history
components/inputmethod/ibus/Makefile
@@ -18,7 +18,7 @@
COMPONENT_NAME=         ibus
COMPONENT_VERSION=      1.5.26
COMPONENT_REVISION=     1
COMPONENT_REVISION=     2
COMPONENT_SUMMARY=      iBus - Intelligent Input Bus
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
@@ -29,7 +29,6 @@
include $(WS_MAKE_RULES)/common.mk
PATH = $(PATH.gnu)
PYTHON_VERSION = 3.9
GTK_BIN_VER := $(shell pkg-config --variable=gtk_binary_version gtk+-2.0)
@@ -57,6 +56,8 @@
CONFIGURE_ENV += PYTHON="$(PYTHON)"
CONFIGURE_ENV += am_cv_python_pythondir="$(PYTHON_VENDOR_PACKAGES)"
CONFIGURE_ENV += am_cv_python_pyexecdir="$(PYTHON_VENDOR_PACKAGES)"
CONFIGURE_ENV += GLIB_GENMARSHAL=/usr/bin/glib-genmarshal
CONFIGURE_ENV += GLIB_COMPILE_SCHEMAS=/usr/bin/glib-compile-schemas
# CFLAGS are not passed to compiler when g-ir-scanner is used
COMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)"