summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2013-08-18 00:16:30 +0200
committerChristian Wieninger <cwieninger@gmx.de>2013-08-18 00:16:30 +0200
commitd61e3ac14b2dbe761770068f55f954e3db51070e (patch)
tree1760aa6f838c517509e743847860f21131aaf787
parente74817a510484b5e45d872e811323d99f53110ff (diff)
downloadvdr-plugin-epgsearch-d61e3ac14b2dbe761770068f55f954e3db51070e.tar.gz
vdr-plugin-epgsearch-d61e3ac14b2dbe761770068f55f954e3db51070e.tar.bz2
detect grapftft*ng* in autoconf
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6bb1b96..8baad7d 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,9 @@ ifeq ($(AUTOCONFIG),1)
ifeq (exists, $(shell test -e ../graphtft && echo exists))
USE_GRAPHTFT = 1
endif
+ ifeq (exists, $(shell test -e ../graphtftng && echo exists))
+ USE_GRAPHTFT = 1
+ endif
endif
### The version number of VDR's plugin API: