summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2016-12-07 17:21:23 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2016-12-07 17:21:23 +0900
commitef9e8274cc9f2296647674705d342f15a912085a (patch)
tree03116cc6316abcb079614321cc87df7dc44fdf12
parent4eb2d77f1f9b6d1c3eb982e0f9190b9c6d06109d (diff)
downloadqtbase-ef9e8274cc9f2296647674705d342f15a912085a.tar.gz
qtbase-ef9e8274cc9f2296647674705d342f15a912085a.tar.bz2
qtbase-ef9e8274cc9f2296647674705d342f15a912085a.zip
Remove unused dependency
It builds without xkeyboard-config, which only matters at runtime, not build time. Change-Id: I93d0526bd1b5a4b6fc65b45d544f9930becdc663 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r--packaging/qt5.spec1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/qt5.spec b/packaging/qt5.spec
index 9f97328552..7331b8ff25 100644
--- a/packaging/qt5.spec
+++ b/packaging/qt5.spec
@@ -79,7 +79,6 @@ BuildRequires: python
BuildRequires: pkgconfig(fontconfig)
%if %{with xkbcommon}
BuildRequires: pkgconfig(xkbcommon)
-BuildRequires: pkgconfig(xkeyboard-config)
%endif
BuildRequires: pkgconfig(egl)
%if %{with tizenscim}