File: 040_prune-deps.patch

package info (click to toggle)
imwheel 1.0.0pre12-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,272 kB
  • sloc: ansic: 4,346; sh: 884; makefile: 45
file content (14 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Eliminate an unnecessary dependency.
Author: Christopher Martin <chrsmrtn@debian.org>
Last-Update: 2010-02-20
--- a/configure.in
+++ b/configure.in
@@ -321,8 +321,6 @@
 AC_CHECK_LIB(X11, XCreateWindow,, [
 	AC_MSG_ERROR([IMWheel depends on the X11 libraries!])
 ], $LIBS_saved $X_LIBS)
-AC_CHECK_LIB(Xext, XextAddDisplay,,,$LIBS_saved $X_LIBS)
-AC_CHECK_LIB(Xt, XtFree,,,$LIBS_saved $X_LIBS)
 AC_CHECK_LIB(Xmu, XmuInternAtom,,,$LIBS_saved $X_LIBS)
 AC_CHECK_LIB(Xtst, XTestFakeDeviceKeyEvent,, [
 	AC_MSG_ERROR([IMWheel depends on the XTest extention!])