catch tge XFT define, from config.h
This commit is contained in:
parent
a3f7fa3294
commit
99a3884296
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
const char *NAME = "xftlsfonts";
|
||||
const char *VERSION = "1.0";
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif // HAVE_CONFIG_H
|
||||
|
||||
#ifndef XFT
|
||||
#include <iostream>
|
||||
|
||||
|
|
Loading…
Reference in a new issue