Rename I3BAR_CAIRO to CAIRO_SUPPORT.

This commit is contained in:
Ingo Bürk
2015-11-07 14:28:45 -05:00
parent f836e4c771
commit 38fcaf3fa8
3 changed files with 13 additions and 13 deletions

View File

@ -142,7 +142,7 @@ PANGO_CFLAGS := $(call cflags_for_lib, cairo)
PANGO_CFLAGS += $(call cflags_for_lib, pangocairo)
I3_CPPFLAGS += -DPANGO_SUPPORT=1
ifeq ($(shell $(PKG_CONFIG) --atleast-version=1.14.4 cairo 2>/dev/null && echo 1),1)
I3_CPPFLAGS += -DI3BAR_CAIRO=1
I3_CPPFLAGS += -DCAIRO_SUPPORT=1
endif
PANGO_LIBS := $(call ldflags_for_lib, cairo)
PANGO_LIBS += $(call ldflags_for_lib, pangocairo)