Package: skippy
Version: 0.5.1rc1-3
Severity: serious
Tags: patch

When building 'skippy' in a clean 'unstable' chroot,
I get the following error:

gcc -g -Wall -O2 -I/usr/X11R6/include `imlib2-config --cflags` `pkg-config xft 
--cflags` -g -pedantic -Wall -DXINERAMA -DPCRE -o skippy skippy.c wm.c dlist.c 
mainwin.c clientwin.c layout.c focus.c config.c tooltip.c -L/usr/X11R6/lib 
-lX11 -lm `imlib2-config --libs` `pkg-config xft --libs` -lXext -lXinerama 
-lpcre
In file included from skippy.c:20:
skippy.h:31:38: error: X11/extensions/Xinerama.h: No such file or directory

Please add the missing Build-Depends on 'libxinerama-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/skippy-0.5.1rc1/debian/control ./debian/control
--- ../tmp-orig/skippy-0.5.1rc1/debian/control  2005-08-14 13:15:09.000000000 
+0000
+++ ./debian/control    2005-08-14 13:14:49.000000000 +0000
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Niv Altivanik (Debian Packages) <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.0), libxft-dev, libimlib2-dev, libxmu-dev, 
cdbs, libpcre3-dev
+Build-Depends: debhelper (>= 4.1.0), libxinerama-dev, libxft-dev, 
libimlib2-dev, libxmu-dev, cdbs, libpcre3-dev
 Standards-Version: 3.6.1
 
 Package: skippy


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to