src/makefile: remove VTE_291_OLD and VTE_291 symbols (#183)

These symbols won't be used in the source code anymore.
This commit is contained in:
Yegor Yefremov 2023-04-24 16:49:07 +02:00 committed by GitHub
parent 0c616cf5cf
commit 94315c5463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,17 +17,6 @@ man1dir=$(mandir)/man1
app_name=timeshift
app_fullname=Timeshift
# vte -----------------------------
vte_symbol = -D VTE_291
vte_version=$(shell { (pkg-config --modversion vte-2.91 | cut -d. -f2); } )
ifeq ($(shell { test ${vte_version} -lt 52 ; echo $$? ; } ), 0)
vte_symbol=$(shell echo '-D VTE_291_OLD')
else
vte_symbol=$(shell echo '-D VTE_291')
endif
# xapp -----------------------------
xapp_pkg=$(shell { ((pkg-config --exists 'xapp >= 1.0.4') >/dev/null && echo '--pkg xapp') || echo ''; } )
@ -43,7 +32,7 @@ else
gtk3_symbol=$(shell echo '')
endif
symbols=$(shell echo "${vte_symbol} ${gtk3_symbol} ${xapp_symbol}")
symbols=$(shell echo "${gtk3_symbol} ${xapp_symbol}")
all: app-gtk app-console