remove obsolete TERM_EMU build option

next
Michael Stapelberg 2011-10-23 12:00:56 +01:00
parent 6927e899e6
commit 98baa222f7
2 changed files with 1 additions and 2 deletions

View File

@ -60,7 +60,6 @@ CFLAGS += $(call cflags_for_lib, libpcre)
CFLAGS += $(call cflags_for_lib, libstartup-notification-1.0)
CPPFLAGS += -DI3_VERSION=\"${GIT_VERSION}\"
CPPFLAGS += -DSYSCONFDIR=\"${SYSCONFDIR}\"
CPPFLAGS += -DTERM_EMU=\"$(TERM_EMU)\"
ifeq ($(shell pkg-config --atleast-version=8.10 libpcre 2>/dev/null && echo 1),1)
CPPFLAGS += -DPCRE_HAS_UCP=1

2
debian/rules vendored
View File

@ -26,7 +26,7 @@ binary-indep: install
binary: binary-arch binary-indep
override_dh_auto_build:
$(MAKE) TERM_EMNU=x-terminal-emulator
$(MAKE)
$(MAKE) -C man
$(MAKE) -C docs