From: Stefan Schantl Date: Sat, 17 Mar 2012 12:02:42 +0000 (+0100) Subject: xcb-proto: Fix invalid location fo .pc files. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71d9ccbdcf221b228b9491febc5e0269282adb49;p=ipfire-3.x.git xcb-proto: Fix invalid location fo .pc files. --- diff --git a/xcb-proto/xcb-proto.nm b/xcb-proto/xcb-proto.nm index 5eb148549..67bb57742 100644 --- a/xcb-proto/xcb-proto.nm +++ b/xcb-proto/xcb-proto.nm @@ -5,7 +5,7 @@ name = xcb-proto version = 1.6 -release = 1 +release = 2 arch = noarch maintainer = Stefan Schantl @@ -15,10 +15,9 @@ license = MIT summary = XCB protocol descriptions. description - XCB is a project to enable efficient language bindings to the X11 \ - protocol. This package contains the protocol descriptions themselves. \ - Language bindings use these protocol descriptions to generate code for \ - marshalling the protocol. + XCB is a project to enable efficient language bindings to the X11 + protocol. This package contains the protocol descriptions themselves. + Language bindings use these protocol descriptions to generate code for marshalling the protocol. end source_dl = http://xcb.freedesktop.org/dist/ @@ -29,6 +28,11 @@ build pkg-config python-devel end + + # Place the .pc files in /usr/share so they + # can be found on all architectures where libdir != /usr/lib. + configure_options += \ + --libdir=%{datadir} end packages