I think that it's kbstateapplet which is not compiled
[kdeaccessibility.git] / kbstateapplet / configure.in.in
blob3989388bea3860c74a9020fb9c5a1c0f4e9755b0
1 # add this here so the test programs below compile
2 KDE_CHECK_HEADER(X11/Xlib.h)
3 KDE_CHECK_HEADER(X11/extensions/XKBstr.h, ,
4   DO_NOT_COMPILE="$DO_NOT_COMPILE kbstateapplet",
6 #include <X11/Xlib.h>
7 ])
9 dnl Solaris lacks this file, so we should skip kbstateapplet here
10 KDE_CHECK_HEADER(X11/XKBlib.h, ,
11   DO_NOT_COMPILE="$DO_NOT_COMPILE kbstateapplet",
13 #include <X11/Xlib.h>
16 dnl Solaris lacks this file, so we should skip kbstateapplet here
17 KDE_CHECK_HEADER(X11/extensions/XKB.h, ,
18   DO_NOT_COMPILE="$DO_NOT_COMPILE kbstateapplet",
20 #include <stdio.h>
21 #include <X11/Xlib.h>
22 #include <X11/XKBlib.h>