From d7b85cb00e7c38ca131541ae4849edf4abf5cc8e Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 13 Jan 2013 11:07:43 +0100 Subject: [PATCH] compiling bux fix --- include/tdisp/options.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/tdisp/options.h b/include/tdisp/options.h index a7bab720..69d24b64 100644 --- a/include/tdisp/options.h +++ b/include/tdisp/options.h @@ -29,6 +29,7 @@ #ifndef _TDISP_OPTIONS_H #define _TDISP_OPTIONS_H +#if GFX_USE_TDISP /** * @name TDISP configuration * @{ @@ -79,6 +80,8 @@ /** @} */ +#endif /* GFX_USE_TDISP */ + #endif /* _TDISP_OPTIONS_H */ /** @} */