From 7bc8ac9bf974ef25f3aeaa9ba00938d152060e25 Mon Sep 17 00:00:00 2001 From: Subin Siby <mail@subinsb.com> Date: Wed, 8 Dec 2021 13:44:35 +0530 Subject: [PATCH] No need of gtk_deprecated - github.com / gotk3/gotk3 / issues/850 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 474c6c7..86b3749 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ibus-xml: $(shell SCHEMES=("ml" "ta" "hi" "te" "ka" "bn"); for s in $${SCHEMES[@]}; do echo $s; ./${BIN} -s $$s -lang $$s -xml component/varnam-$$s.xml -prefix ${INSTALL_PREFIX}; done) ubuntu-14: - CGO_CFLAGS="-w" go build -tags "pango_1_36,gtk_3_10,glib_2_40,cairo_1_13,gdk_pixbuf_2_30,gtk_deprecated" -ldflags "-s -w" -o ${BIN} . + CGO_CFLAGS="-w" go build -tags "pango_1_36,gtk_3_10,glib_2_40,cairo_1_13,gdk_pixbuf_2_30" -ldflags "-s -w" -o ${BIN} . $(MAKE) ibus-xml $(MAKE) install-script