Skip to content

Commit

Permalink
Merge branch 'remove_unused_deps' into 'mer-stable-on-5.6'
Browse files Browse the repository at this point in the history
[qtwebkit] Remove unused dependencies. Contributes to JB#38781

See merge request mer-core/qtwebkit5!22
  • Loading branch information
pvuorela committed Nov 29, 2019
2 parents dca97c3 + d5d23f7 commit 7f6e285
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions rpm/qtwebkit5.spec
@@ -1,34 +1,27 @@
# Conditional building of X11 related things
%bcond_with X11

Name: qt5-qtwebkit
Summary: Web content engine library for Qt
Version: 5.6.2
Release: 1%{?dist}
Release: 1
Group: Qt/Qt
License: BSD and LGPLv2+
URL: https://qt.gitorious.org/qt/qtwebkit/commit/5e64d7e
Source0: %{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5OpenGL)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5PrintSupport)
#BuildRequires: qt5-qtlocation-devel
BuildRequires: pkgconfig(Qt5Script)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt53D)
#BuildRequires: qt5-qtsensors-devel
BuildRequires: pkgconfig(Qt5XmlPatterns)
BuildRequires: qt5-qmake
BuildRequires: pkgconfig(Qt5Sql)
BuildRequires: pkgconfig(icu-uc)
BuildRequires: pkgconfig(sqlite3)
%if %{with X11}
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xrender)
%endif
# FIXME, it needs checking if other glib modules are used, those need
# to be added separately!
BuildRequires: pkgconfig(glib-2.0)
Expand Down

0 comments on commit 7f6e285

Please sign in to comment.