From: Alex Wu Date: Thu, 21 Nov 2013 05:49:04 +0000 (+0800) Subject: Removed build dependency on xproto. X-Git-Tag: accepted/tizen/unified/20240109.155348~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=e73599ee0ee7a5ee16cbdbac664872d0aa0cf2df;p=platform%2Fupstream%2Flibxkbcommon.git Removed build dependency on xproto. Not use any thing from xproto, so remove it. Change-Id: I7656733575c6b78e0716485525637f41352e29e6 Signed-off-by: Alex Wu --- diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec index 0f2c9a2..2f5dea9 100644 --- a/packaging/libxkbcommon.spec +++ b/packaging/libxkbcommon.spec @@ -18,7 +18,7 @@ BuildRequires: libtool >= 2 BuildRequires: pkgconfig BuildRequires: pkgconfig(kbproto) >= 1.0.4 BuildRequires: pkgconfig(xorg-macros) >= 1.8 -BuildRequires: pkgconfig(xproto) +#BuildRequires: pkgconfig(xproto) %description Keyboard handling library using XKB data.