summaryrefslogtreecommitdiff
path: root/community/enter/enter-0.0.9-X11_Xext.patch
blob: bf0459c30a9c0ea820638a4b94b1b9b591aa9433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- enter-0.0.9.orig/configure.ac	2007-03-26 18:35:54.000000000 -0500
+++ enter-0.0.9/configure.ac	2012-11-07 02:41:16.137947211 -0500
@@ -52,6 +52,10 @@
 AC_CHECK_LIB([Imlib2], [imlib_context_new],,
 			AC_MSG_ERROR([You need to have Imlib2.]))
 
+AC_CHECK_LIB(X11, XClearWindow)
+
+AC_CHECK_LIB(Xext, XdbeQueryExtension)
+
 # Checks for header files.
 AC_SUBST([X_CFLAGS])
 AC_SUBST([X_LIBS])