From 46aa06e9ea20d3e98be3f48544cc024ff0e4f969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 13 Dec 2013 20:47:21 +0100 Subject: [PATCH] xcb_proto: Fix pkg-config files --- x11-proto/xcb_proto/xcb_proto-1.6.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-proto/xcb_proto/xcb_proto-1.6.recipe b/x11-proto/xcb_proto/xcb_proto-1.6.recipe index 7daaf4544..20b514c45 100644 --- a/x11-proto/xcb_proto/xcb_proto-1.6.recipe +++ b/x11-proto/xcb_proto/xcb_proto-1.6.recipe @@ -47,4 +47,5 @@ BUILD() INSTALL() { make install DESTDIR=/ + fixPkgconfig }