mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fix: rpm BuildRequires gtest-devel
This program requires gtest to build. Log: Signed-off-by: Robin Lee <cheeselee@fedoraproject.org> Change-Id: I1dd928a382443f188a3463bc91c942c3a68a2e90
This commit is contained in:
parent
8e61f9d107
commit
831d770b0f
@ -8,7 +8,7 @@ Name: %{sname}
|
||||
%else
|
||||
Name: %{repo}
|
||||
%endif
|
||||
Version: 5.3.0.49
|
||||
Version: 5.4.4
|
||||
Release: 1%{?fedora:%dist}
|
||||
Summary: Deepin desktop-environment - Dock module
|
||||
License: GPLv3
|
||||
@ -43,6 +43,7 @@ BuildRequires: pkgconfig(xcb-ewmh)
|
||||
BuildRequires: pkgconfig(xcb-icccm)
|
||||
BuildRequires: pkgconfig(xcb-image)
|
||||
BuildRequires: qt5-linguist
|
||||
BuildRequires: gtest-devel
|
||||
Requires: dbusmenu-qt5
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: qt5-qtbase-private-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user