diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2013-08-18 00:16:30 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2013-08-18 00:16:30 +0200 |
commit | d61e3ac14b2dbe761770068f55f954e3db51070e (patch) | |
tree | 1760aa6f838c517509e743847860f21131aaf787 | |
parent | e74817a510484b5e45d872e811323d99f53110ff (diff) | |
download | vdr-plugin-epgsearch-d61e3ac14b2dbe761770068f55f954e3db51070e.tar.gz vdr-plugin-epgsearch-d61e3ac14b2dbe761770068f55f954e3db51070e.tar.bz2 |
detect grapftft*ng* in autoconf
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |