From cbec423413b85202131b69c0a314a6c29335e135 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 6 Apr 2021 11:22:21 +0200 Subject: [PATCH] Revert "Add git_version switch - to disable Git version, do" This reverts commit c9b7122a08cf37a915774fbeb7e4f4b8bf4bdbea. --- Makefile.common | 3 +-- qb/config.params.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.common b/Makefile.common index f1e956cbcd..94b0e2ff2c 100644 --- a/Makefile.common +++ b/Makefile.common @@ -195,8 +195,8 @@ endif ifeq ($(TARGET), retroarch_3ds) OBJ += frontend/drivers/platform_ctr.o endif + # Git Version -ifeq ($(HAVE_GIT_VERSION), 1) GIT_VERSION_CACHEDIR = $(if $(OBJDIR),$(OBJDIR),$(CURDIR)) GIT_VERSION_CACHEFILE = $(GIT_VERSION_CACHEDIR)/git-version.cache @@ -224,7 +224,6 @@ ifneq ($(GIT_VERSION),) # Enable version_git.o? DEFINES += -DHAVE_GIT_VERSION -DGIT_VERSION=$(GIT_VERSION) OBJ += version_git.o endif -endif # General object files ifeq ($(HAVE_DR_MP3), 1) diff --git a/qb/config.params.sh b/qb/config.params.sh index ded3cdd9b7..fdb7dd1569 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -193,4 +193,3 @@ HAVE_NETWORK_VIDEO=no HAVE_STEAM=no # Enable Steam build HAVE_ODROIDGO2=no # ODROID-GO Advance rotation support (requires librga) HAVE_LIBSHAKE=no # libShake haptic feedback support -HAVE_GIT_VERSION=yes # Git version support