1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 20:06:36 +02:00

Revert "Merge branch 'Ansa89-add_translation'"

This reverts commit 312d0c3f42, reversing
changes made to 409e4ddd96.
This commit is contained in:
Jfreegman
2015-07-08 21:08:55 -04:00
parent 84a0276668
commit 40b220c821
37 changed files with 441 additions and 5550 deletions

View File

@ -24,12 +24,6 @@ ifneq ($(DESK_NOTIFY), disabled)
-include $(CHECKS_DIR)/desktop_notifications.mk
endif
# Check if we want build localization support
LOCALIZATION = $(shell if [ -z "$(DISABLE_LOCALIZATION)" ] || [ "$(DISABLE_LOCALIZATION)" = "0" ] ; then echo enabled ; else echo disabled ; fi)
ifneq ($(LOCALIZATION), enabled)
CFLAGS += -DNO_GETTEXT
endif
# Check if we can build Toxic
CHECK_LIBS = $(shell pkg-config --exists $(LIBS) || echo -n "error")
ifneq ($(CHECK_LIBS), error)