diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-01-29 17:40:58 +0100 |
---|---|---|
committer | Quanxian Wang <quanxian.wang@intel.com> | 2014-09-24 10:55:17 +0800 |
commit | a07066859f74a99eabcbe9826722d5c888ea65d5 (patch) | |
tree | 7c72ee37c621d5bb621153fdddf674b0013678b4 | |
parent | af80a6f91a756781e05ba672dfe314dac8fabb28 (diff) | |
download | mesa-a07066859f74a99eabcbe9826722d5c888ea65d5.tar.gz mesa-a07066859f74a99eabcbe9826722d5c888ea65d5.tar.bz2 mesa-a07066859f74a99eabcbe9826722d5c888ea65d5.zip |
Remove BuildRequire on makedepend for Mesa in Pure Wayland profile.
Change-Id: I88b8421f9dc89f6cbfc0a53308b9125d41ff3b6c
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rw-r--r-- | packaging/mesa.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/mesa.spec b/packaging/mesa.spec index 8311038307c..d86f6e4236e 100644 --- a/packaging/mesa.spec +++ b/packaging/mesa.spec @@ -25,7 +25,6 @@ BuildRequires: gettext-tools BuildRequires: libtool BuildRequires: libxml2-python BuildRequires: llvm-devel -BuildRequires: makedepend BuildRequires: pkgconfig BuildRequires: python BuildRequires: pkgconfig(expat) @@ -39,6 +38,7 @@ BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-server) %endif %if %{with x} +BuildRequires: makedepend BuildRequires: pkgconfig(dri2proto) >= 2.1 BuildRequires: pkgconfig(glproto) >= 1.4.11 BuildRequires: pkgconfig(x11) |