blob: 55510523c7aaf15c22b44ca77ec33bc12d33aa99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: configure.ac
===================================================================
--- configure.ac (revision 5483)
+++ configure.ac (working copy)
@@ -1455,7 +1455,9 @@
])
BRLTTY_HAVE_PACKAGE([dbus], ["dbus-1 >= 1.0"], [dnl
- BRLTTY_SCREEN_DRIVER([a2], [AtSpi2], [$(DBUS_LIBS)])
+ AC_CHECK_HEADERS([X11/keysym.h], [dnl
+ BRLTTY_SCREEN_DRIVER([a2], [AtSpi2], [$(DBUS_LIBS)])
+ ])
])
BRLTTY_ARG_DRIVER([screen], [Screen])
|