DirectFB compile option
I'm trying to compile DirectFB-0.9.20 on Slackware 10
and I'm stuck at configure, where I got built
the WM97xx Touchscreen Input Drivers. I don't
need them, and they also give me a configure warning:
checking linux/wm97xx.h usability... no
checking linux/wm97xx.h presence... yes
configure: WARNING: linux/wm97xx.h: present but cannot be compiled
configure: WARNING: linux/wm97xx.h: check for missing prerequisite headers?
configure: WARNING: linux/wm97xx.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to bug-autoconf@gnu.org ##
configure: WARNING: ## ------------------------------------ ##
checking for linux/wm97xx.h... yes
How can i NOT compile them? There's no "--disable-WM97xx" in configure!
(They also give a make error, that's why I couldn't go further).
|