diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2016-12-07 17:21:23 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2016-12-07 17:21:23 +0900 |
commit | ef9e8274cc9f2296647674705d342f15a912085a (patch) | |
tree | 03116cc6316abcb079614321cc87df7dc44fdf12 | |
parent | 4eb2d77f1f9b6d1c3eb982e0f9190b9c6d06109d (diff) | |
download | qtbase-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.spec | 1 |
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} |