File: 50-disable-libxp.patch

package info (click to toggle)
dx 1%3A4.4.4-19
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 56,128 kB
  • sloc: ansic: 365,481; cpp: 156,584; sh: 10,872; java: 10,641; makefile: 2,294; javascript: 837; awk: 444; yacc: 327
file content (15 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Do not build with libxp even if it is installed
Author: Graham Inggs <graham@nerve.org.za>
Forwarded: not needed
Bug-Debian: http://bugs.debian.org/623644
Last-Update: 2013-07-05
--- a/configure.ac
+++ b/configure.ac
@@ -511,7 +511,6 @@
 AC_CHECK_LIB(GL, glXGetConfig)
 AC_CHECK_LIB(GLU, gluBuild2DMipmaps)
 
-AC_CHECK_LIB(Xp, XpSetImageResolution)
 AC_CHECK_LIB(Xm, XmGetDestination)
 AC_TRY_LINK_FUNC(_XmMapKeyEvents, 
 	AC_DEFINE(HAVE_XMMAPKEYEVENTS, 1,