From a1794132dca51abd4a497e2580d2a17f90f66e17 Mon Sep 17 00:00:00 2001 From: Tomasz Olszak Date: Fri, 17 Jan 2014 23:01:02 +0100 Subject: Fixed build when %{with x} and %{with wayland} is set. Tizen-Bug: TIVI-2416 Change-Id: Ic807646eaf04bfc08e47067c4be63cdebf58da66 Signed-off-by: Tomasz Olszak --- packaging/qt5-qtwayland.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/qt5-qtwayland.spec b/packaging/qt5-qtwayland.spec index c4ace9d9..0033da2b 100644 --- a/packaging/qt5-qtwayland.spec +++ b/packaging/qt5-qtwayland.spec @@ -23,6 +23,7 @@ # This file is based on qtwayland.spec from Mer project # http://merproject.org %bcond_with wayland +%bcond_with x Name: qt5-qtwayland Summary: Qt Wayland compositor @@ -37,6 +38,9 @@ BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5OpenGL) BuildRequires: pkgconfig(Qt5PlatformSupport) +%if %{with x} +BuildRequires: pkgconfig(Qt5DBus) +%endif BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-egl) -- cgit v1.2.3