From: Stefan Schantl Date: Sat, 5 Nov 2011 17:58:33 +0000 (+0100) Subject: pyQt: Fix build error. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de87f7b38388106ddc17c57f54037ab6573daba;p=ipfire-3.x.git pyQt: Fix build error. Added libX11-devel as build dep to fix linker error. --- diff --git a/pyQt/pyQt.nm b/pyQt/pyQt.nm index f553a1bcf..0cf784487 100644 --- a/pyQt/pyQt.nm +++ b/pyQt/pyQt.nm @@ -5,7 +5,7 @@ name = pyQt version = 4.8.1 -release = 1 +release = 2 epoch = 0 groups = Development/Languages @@ -23,6 +23,7 @@ sources = PyQt-x11-gpl-%{version}.tar.gz build requires gcc-c++ + libX11-devel libXext-devel python-devel qt-devel