remove obsolete TERM_EMU build option
This commit is contained in:
parent
6927e899e6
commit
98baa222f7
|
@ -60,7 +60,6 @@ CFLAGS += $(call cflags_for_lib, libpcre)
|
||||||
CFLAGS += $(call cflags_for_lib, libstartup-notification-1.0)
|
CFLAGS += $(call cflags_for_lib, libstartup-notification-1.0)
|
||||||
CPPFLAGS += -DI3_VERSION=\"${GIT_VERSION}\"
|
CPPFLAGS += -DI3_VERSION=\"${GIT_VERSION}\"
|
||||||
CPPFLAGS += -DSYSCONFDIR=\"${SYSCONFDIR}\"
|
CPPFLAGS += -DSYSCONFDIR=\"${SYSCONFDIR}\"
|
||||||
CPPFLAGS += -DTERM_EMU=\"$(TERM_EMU)\"
|
|
||||||
|
|
||||||
ifeq ($(shell pkg-config --atleast-version=8.10 libpcre 2>/dev/null && echo 1),1)
|
ifeq ($(shell pkg-config --atleast-version=8.10 libpcre 2>/dev/null && echo 1),1)
|
||||||
CPPFLAGS += -DPCRE_HAS_UCP=1
|
CPPFLAGS += -DPCRE_HAS_UCP=1
|
||||||
|
|
|
@ -26,7 +26,7 @@ binary-indep: install
|
||||||
binary: binary-arch binary-indep
|
binary: binary-arch binary-indep
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
$(MAKE) TERM_EMNU=x-terminal-emulator
|
$(MAKE)
|
||||||
$(MAKE) -C man
|
$(MAKE) -C man
|
||||||
$(MAKE) -C docs
|
$(MAKE) -C docs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue