bf830b65e2
GOK is an on-screen keyboard that provides access to the GNOME desktop via dynamically generated keyboards, and text entry via one of the provided alphanumeric keyboards, or a dynamic keyboard created based on the users current system keyboard driver, or even a user made keyboard. feedback and ok ajacoutot@
22 lines
596 B
Plaintext
22 lines
596 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2008/03/17 19:04:28 jasper Exp $
|
|
--- configure.orig Sun Oct 14 01:46:55 2007
|
|
+++ configure Thu Jan 17 21:58:25 2008
|
|
@@ -23934,7 +23934,7 @@ if test "${ac_cv_lib_Xext_XevieStart+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lXext $LIBS"
|
|
+LIBS="-lXext -lXevie $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|
|
@@ -23995,7 +23995,7 @@ fi
|
|
|
|
|
|
if test "x$have_xevie" = "xyes"; then
|
|
- XEVIE_LIBS="-lXext"
|
|
+ XEVIE_LIBS="-lXext -lXevie"
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define HAVE_XEVIE 1
|